#916A02

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

Shades of Golden Brown #916A02

Tints of Golden Brown #916A02

Color information

#916A02 (or 0x916A02) is unknown color: approx Golden Brown. HEX triplet: 91, 6A and 02. RGB value is (145,106,2). Sum of RGB (Red+Green+Blue) = 145+106+2=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #916A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916A02 is #6E95FD. Grayscale: #6A6A6A. Windows color (decimal): -7247358 or 158353. OLE color: 158353.

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

Color convert

RGB1451062-
CMYK00.270.990.43
HSL43.64º97.28%28.82%-
HSV(B)43.64º98.62%56.86%-
XYZ16.8416.332.32-
YUV105.869.42155.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.31%
GREEN value IS 106 (41.80% from 255) = 41.90%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=57.31%
G=41.90%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145106200.270.990.4343.6497.2828.82
Hex916A201B632B2c611d
Octal2211522033143535414135
Binary100100011101010100110111100011101011101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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