#967013

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

Shades of Golden Brown #967013

Tints of Golden Brown #967013

Color information

#967013 (or 0x967013) is unknown color: approx Golden Brown. HEX triplet: 96, 70 and 13. RGB value is (150,112,19). Sum of RGB (Red+Green+Blue) = 150+112+19=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #967013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967013 is #698FEC. Grayscale: #717171. Windows color (decimal): -6918125 or 1274006. OLE color: 1274006.

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

Color convert

RGB15011219-
CMYK00.250.870.41
HSL42.6º77.51%33.14%-
HSV(B)42.6º87.33%58.82%-
XYZ18.4918.123.14-
YUV112.7675.09154.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 19 (7.81% from 255) = 6.76%
R=53.38%
G=39.86%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501121900.250.870.4142.677.5133.14
Hex96701301957292b4e21
Octal22616023031127515311641
Binary1001011011100001001101100110101111010011010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967013; }

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

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

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

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

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

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

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

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