#967512

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

Shades of Golden Brown #967512

Tints of Golden Brown #967512

Color information

#967512 (or 0x967512) is unknown color: approx Golden Brown. HEX triplet: 96, 75 and 12. RGB value is (150,117,18). Sum of RGB (Red+Green+Blue) = 150+117+18=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967512 is #698AED. Grayscale: #747474. Windows color (decimal): -6916846 or 1209750. OLE color: 1209750.

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

Color convert

RGB15011718-
CMYK00.220.880.41
HSL45º78.57%32.94%-
HSV(B)45º88%58.82%-
XYZ19.0519.253.28-
YUV115.5872.93152.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=52.63%
G=41.05%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501171800.220.880.414578.5732.94
Hex96751201658292d4f21
Octal22616522026130515511741
Binary1001011011101011001001011010110001010011011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967512; }

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

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

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

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

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

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

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

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