#916C02

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

Shades of Golden Brown #916C02

Tints of Golden Brown #916C02

Color information

#916C02 (or 0x916C02) is unknown color: approx Golden Brown. HEX triplet: 91, 6C and 02. RGB value is (145,108,2). Sum of RGB (Red+Green+Blue) = 145+108+2=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #916C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916C02 is #6E93FD. Grayscale: #6B6B6B. Windows color (decimal): -7246846 or 158865. OLE color: 158865.

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

Color convert

RGB1451082-
CMYK00.260.990.43
HSL44.48º97.28%28.82%-
HSV(B)44.48º98.62%56.86%-
XYZ17.0516.752.39-
YUV106.9868.76155.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.86%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=56.86%
G=42.35%
B=0.78%

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
Decimal145108200.260.990.4344.4897.2828.82
Hex916C201A632B2c611d
Octal2211542032143535414135
Binary100100011101100100110101100011101011101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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