#916F02

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

Shades of Golden Brown #916F02

Tints of Golden Brown #916F02

Color information

#916F02 (or 0x916F02) is unknown color: approx Golden Brown. HEX triplet: 91, 6F and 02. RGB value is (145,111,2). Sum of RGB (Red+Green+Blue) = 145+111+2=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #916F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916F02 is #6E90FD. Grayscale: #6D6D6D. Windows color (decimal): -7246078 or 159633. OLE color: 159633.

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

Color convert

RGB1451112-
CMYK00.230.990.43
HSL45.73º97.28%28.82%-
HSV(B)45.73º98.62%56.86%-
XYZ17.3717.392.5-
YUV108.7467.76153.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.20%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=56.20%
G=43.02%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145111200.230.990.4345.7397.2828.82
Hex916F2017632B2e611d
Octal2211572027143535614135
Binary100100011101111100101111100011101011101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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