#967112

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

Shades of Golden Brown #967112

Tints of Golden Brown #967112

Color information

#967112 (or 0x967112) is unknown color: approx Golden Brown. HEX triplet: 96, 71 and 12. RGB value is (150,113,18). Sum of RGB (Red+Green+Blue) = 150+113+18=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #967112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967112 is #698EED. Grayscale: #717171. Windows color (decimal): -6917870 or 1208726. OLE color: 1208726.

HSL color Cylindrical-coordinate representation of color #967112: hue angle of 43.18º 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 #967112 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB15011318-
CMYK00.250.880.41
HSL43.18º78.57%32.94%-
HSV(B)43.18º88%58.82%-
XYZ18.5918.343.13-
YUV113.2374.26154.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=53.38%
G=40.21%
B=6.41%

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
Decimal1501131800.250.880.4143.1878.5732.94
Hex96711201958292b4f21
Octal22616122031130515311741
Binary1001011011100011001001100110110001010011010111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967112; }

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

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

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

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

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

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

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

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