#916C16

Color #916C16 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #916C16

Tints of Golden Brown #916C16

Color information

#916C16 (or 0x916C16) is unknown color: approx Golden Brown. HEX triplet: 91, 6C and 16. RGB value is (145,108,22). Sum of RGB (Red+Green+Blue) = 145+108+22=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #916C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916C16 is #6E93E9. Grayscale: #6D6D6D. Windows color (decimal): -7246826 or 1469585. OLE color: 1469585.

HSL color Cylindrical-coordinate representation of color #916C16: hue angle of 41.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #916C16 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14510822-
CMYK00.260.850.43
HSL41.95º73.65%32.75%-
HSV(B)41.95º84.83%56.86%-
XYZ17.1816.83.1-
YUV109.2678.76153.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 22 (8.98% from 255) = 8%
R=52.73%
G=39.27%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451082200.260.850.4341.9573.6532.75
Hex916C1601A552B2a4a21
Octal22115426032125535211241
Binary1001000111011001011001101010101011010111010101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916C16; }

 p { color: rgb(145,108,22); }

 H1.HeaderClassName
 {
   color: #916C16;
 }
 .AnyTagClassName
 {
   color: #916C16;
 }
</style>
background-color css

<style>
 a { background-color: #916C16; }

 a { background-color: rgb(145,108,22); }

 div.DivClassName
 {
   background-color: #916C16;
 }
 .BgClassName
 {
   background-color: #916C16;
 }
</style>
border-color css

<style>
 span { border-color: #916C16; }

 span { border-color: rgb(145,108,22); }

 td.TdClassName
 {
   border-color: #916C16;
 }
 .TagClassName
 {
   border-color: #916C16;
 }
</style>