#967412

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

Shades of Golden Brown #967412

Tints of Golden Brown #967412

Color information

#967412 (or 0x967412) is unknown color: approx Golden Brown. HEX triplet: 96, 74 and 12. RGB value is (150,116,18). Sum of RGB (Red+Green+Blue) = 150+116+18=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #967412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967412 is #698BED. Grayscale: #737373. Windows color (decimal): -6917102 or 1209494. OLE color: 1209494.

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

Color convert

RGB15011618-
CMYK00.230.880.41
HSL44.55º78.57%32.94%-
HSV(B)44.55º88%58.82%-
XYZ18.9319.023.25-
YUV114.9973.26152.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 18 (7.42% from 255) = 6.34%
R=52.82%
G=40.85%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501161800.230.880.4144.5578.5732.94
Hex96741201758292d4f21
Octal22616422027130515511741
Binary1001011011101001001001011110110001010011011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967412; }

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

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

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

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

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

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

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

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