#967012

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

Shades of Golden Brown #967012

Tints of Golden Brown #967012

Color information

#967012 (or 0x967012) is unknown color: approx Golden Brown. HEX triplet: 96, 70 and 12. RGB value is (150,112,18). Sum of RGB (Red+Green+Blue) = 150+112+18=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #967012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967012 is #698FED. Grayscale: #717171. Windows color (decimal): -6918126 or 1208470. OLE color: 1208470.

HSL color Cylindrical-coordinate representation of color #967012: hue angle of 42.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #967012 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB15011218-
CMYK00.250.880.41
HSL42.73º78.57%32.94%-
HSV(B)42.73º88%58.82%-
XYZ18.4818.123.09-
YUV112.6574.59154.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=53.57%
G=40%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501121800.250.880.4142.7378.5732.94
Hex96701201958292b4f21
Octal22616022031130515311741
Binary1001011011100001001001100110110001010011010111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967012; }

 p { color: rgb(150,112,18); }

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

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

 a { background-color: rgb(150,112,18); }

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

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

 span { border-color: rgb(150,112,18); }

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