#916216

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

Shades of Golden Brown #916216

Tints of Golden Brown #916216

Color information

#916216 (or 0x916216) is unknown color: approx Golden Brown. HEX triplet: 91, 62 and 16. RGB value is (145,98,22). Sum of RGB (Red+Green+Blue) = 145+98+22=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #916216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916216 is #6E9DE9. Grayscale: #676767. Windows color (decimal): -7249386 or 1467025. OLE color: 1467025.

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

Color convert

RGB1459822-
CMYK00.320.850.43
HSL37.07º73.65%32.75%-
HSV(B)37.07º84.83%56.86%-
XYZ16.1914.812.76-
YUV103.3982.07157.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.72%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=54.72%
G=36.98%
B=8.30%

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
Decimal145982200.320.850.4337.0773.6532.75
Hex916216020552B254a21
Octal22114226040125534511241
Binary10010001110001010110010000010101011010111001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916216; }

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

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

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

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

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

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

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

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