#966819

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

Shades of Golden Brown #966819

Tints of Golden Brown #966819

Color information

#966819 (or 0x966819) is unknown color: approx Golden Brown. HEX triplet: 96, 68 and 19. RGB value is (150,104,25). Sum of RGB (Red+Green+Blue) = 150+104+25=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #966819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966819 is #6997E6. Grayscale: #6D6D6D. Windows color (decimal): -6920167 or 1665174. OLE color: 1665174.

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

Color convert

RGB15010425-
CMYK00.310.830.41
HSL37.92º71.43%34.31%-
HSV(B)37.92º83.33%58.82%-
XYZ17.716.453.16-
YUV108.7580.74157.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=53.76%
G=37.28%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501042500.310.830.4137.9271.4334.31
Hex96681901F5329264722
Octal22615031037123514610742
Binary1001011011010001100101111110100111010011001101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966819; }

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

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

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

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

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

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

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

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