#916602

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

Shades of Golden Brown #916602

Tints of Golden Brown #916602

Color information

#916602 (or 0x916602) is unknown color: approx Golden Brown. HEX triplet: 91, 66 and 02. RGB value is (145,102,2). Sum of RGB (Red+Green+Blue) = 145+102+2=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #916602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916602 is #6E99FD. Grayscale: #676767. Windows color (decimal): -7248382 or 157329. OLE color: 157329.

HSL color Cylindrical-coordinate representation of color #916602: hue angle of 41.96º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #916602 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1451022-
CMYK00.300.990.43
HSL41.96º97.28%28.82%-
HSV(B)41.96º98.62%56.86%-
XYZ16.4415.532.19-
YUV103.4670.75157.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.23%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=58.23%
G=40.96%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145102200.300.990.4341.9697.2828.82
Hex9166201E632B2a611d
Octal2211462036143535214135
Binary100100011100110100111101100011101011101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916602; }

 p { color: rgb(145,102,2); }

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

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

 a { background-color: rgb(145,102,2); }

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

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

 span { border-color: rgb(145,102,2); }

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