#967312

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

Shades of Golden Brown #967312

Tints of Golden Brown #967312

Color information

#967312 (or 0x967312) is unknown color: approx Golden Brown. HEX triplet: 96, 73 and 12. RGB value is (150,115,18). Sum of RGB (Red+Green+Blue) = 150+115+18=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #967312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967312 is #698CED. Grayscale: #727272. Windows color (decimal): -6917358 or 1209238. OLE color: 1209238.

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

Color convert

RGB15011518-
CMYK00.230.880.41
HSL44.09º78.57%32.94%-
HSV(B)44.09º88%58.82%-
XYZ18.8218.793.21-
YUV114.4173.6153.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 18 (7.42% from 255) = 6.36%
R=53.00%
G=40.64%
B=6.36%

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
Decimal1501151800.230.880.4144.0978.5732.94
Hex96731201758292c4f21
Octal22616322027130515411741
Binary1001011011100111001001011110110001010011011001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967312; }

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

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

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

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

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

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

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

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