#966A19

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

Shades of Golden Brown #966A19

Tints of Golden Brown #966A19

Color information

#966A19 (or 0x966A19) is unknown color: approx Golden Brown. HEX triplet: 96, 6A and 19. RGB value is (150,106,25). Sum of RGB (Red+Green+Blue) = 150+106+25=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #966A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966A19 is #6995E6. Grayscale: #6E6E6E. Windows color (decimal): -6919655 or 1665686. OLE color: 1665686.

HSL color Cylindrical-coordinate representation of color #966A19: hue angle of 38.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #966A19 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15010625-
CMYK00.290.830.41
HSL38.88º71.43%34.31%-
HSV(B)38.88º83.33%58.82%-
XYZ17.9116.863.23-
YUV109.9280.08156.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 106 (41.80% from 255) = 37.72%
BLUE value IS 25 (10.16% from 255) = 8.90%
R=53.38%
G=37.72%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501062500.290.830.4138.8871.4334.31
Hex966A1901D5329274722
Octal22615231035123514710742
Binary1001011011010101100101110110100111010011001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966A19; }

 p { color: rgb(150,106,25); }

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

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

 a { background-color: rgb(150,106,25); }

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

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

 span { border-color: rgb(150,106,25); }

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