#916B02

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

Shades of Golden Brown #916B02

Tints of Golden Brown #916B02

Color information

#916B02 (or 0x916B02) is unknown color: approx Golden Brown. HEX triplet: 91, 6B and 02. RGB value is (145,107,2). Sum of RGB (Red+Green+Blue) = 145+107+2=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #916B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916B02 is #6E94FD. Grayscale: #6A6A6A. Windows color (decimal): -7247102 or 158609. OLE color: 158609.

HSL color Cylindrical-coordinate representation of color #916B02: hue angle of 44.06º 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 #916B02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1451072-
CMYK00.260.990.43
HSL44.06º97.28%28.82%-
HSV(B)44.06º98.62%56.86%-
XYZ16.9516.542.36-
YUV106.3969.09155.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.09%
GREEN value IS 107 (42.19% from 255) = 42.13%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=57.09%
G=42.13%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145107200.260.990.4344.0697.2828.82
Hex916B201A632B2c611d
Octal2211532032143535414135
Binary100100011101011100110101100011101011101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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