#806832

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

Shades of Himalaya #806832

Tints of Himalaya #806832

Color information

#806832 (or 0x806832) is unknown color: approx Himalaya. HEX triplet: 80, 68 and 32. RGB value is (128,104,50). Sum of RGB (Red+Green+Blue) = 128+104+50=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #806832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806832 is #7F97CD. Grayscale: #696969. Windows color (decimal): -8361934 or 3303552. OLE color: 3303552.

HSL color Cylindrical-coordinate representation of color #806832: hue angle of 41.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #806832 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB12810450-
CMYK00.190.610.50
HSL41.54º43.82%34.9%-
HSV(B)41.54º60.94%50.2%-
XYZ14.4314.725.1-
YUV105.0296.95144.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=45.39%
G=36.88%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281045000.190.610.5041.5443.8234.9
Hex8068320133D322a2c23
Octal200150620237562525443
Binary100000001101000110010010011111101110010101010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806832; }

 p { color: rgb(128,104,50); }

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

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

 a { background-color: rgb(128,104,50); }

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

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

 span { border-color: rgb(128,104,50); }

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