#966822

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

Shades of Golden Brown #966822

Tints of Golden Brown #966822

Color information

#966822 (or 0x966822) is unknown color: approx Golden Brown. HEX triplet: 96, 68 and 22. RGB value is (150,104,34). Sum of RGB (Red+Green+Blue) = 150+104+34=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #966822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966822 is #6997DD. Grayscale: #6E6E6E. Windows color (decimal): -6920158 or 2254998. OLE color: 2254998.

HSL color Cylindrical-coordinate representation of color #966822: hue angle of 36.21º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #966822 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB15010434-
CMYK00.310.770.41
HSL36.21º63.04%36.08%-
HSV(B)36.21º77.33%58.82%-
XYZ17.8216.53.76-
YUV109.7785.24156.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 34 (13.67% from 255) = 11.81%
R=52.08%
G=36.11%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501043400.310.770.4136.2163.0436.08
Hex96682201F4D29243f24
Octal2261504203711551447744
Binary1001011011010001000100111111001101101001100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966822; }

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

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

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

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

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

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

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

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