#916316

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

Shades of Golden Brown #916316

Tints of Golden Brown #916316

Color information

#916316 (or 0x916316) is unknown color: approx Golden Brown. HEX triplet: 91, 63 and 16. RGB value is (145,99,22). Sum of RGB (Red+Green+Blue) = 145+99+22=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #916316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916316 is #6E9CE9. Grayscale: #686868. Windows color (decimal): -7249130 or 1467281. OLE color: 1467281.

HSL color Cylindrical-coordinate representation of color #916316: hue angle of 37.56º 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 #916316 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1459922-
CMYK00.320.850.43
HSL37.56º73.65%32.75%-
HSV(B)37.56º84.83%56.86%-
XYZ16.28152.8-
YUV103.9881.74157.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.51%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=54.51%
G=37.22%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145992200.320.850.4337.5673.6532.75
Hex916316020552B264a21
Octal22114326040125534611241
Binary10010001110001110110010000010101011010111001101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916316; }

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

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

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

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

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

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

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

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