#916E02

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

Shades of Golden Brown #916E02

Tints of Golden Brown #916E02

Color information

#916E02 (or 0x916E02) is unknown color: approx Golden Brown. HEX triplet: 91, 6E and 02. RGB value is (145,110,2). Sum of RGB (Red+Green+Blue) = 145+110+2=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #916E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E02 is #6E91FD. Grayscale: #6C6C6C. Windows color (decimal): -7246334 or 159377. OLE color: 159377.

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

Color convert

RGB1451102-
CMYK00.240.990.43
HSL45.31º97.28%28.82%-
HSV(B)45.31º98.62%56.86%-
XYZ17.2617.182.46-
YUV108.1568.1154.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.42%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=56.42%
G=42.80%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145110200.240.990.4345.3197.2828.82
Hex916E2018632B2d611d
Octal2211562030143535514135
Binary100100011101110100110001100011101011101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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