#806934

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

Shades of Himalaya #806934

Tints of Himalaya #806934

Color information

#806934 (or 0x806934) is unknown color: approx Himalaya. HEX triplet: 80, 69 and 34. RGB value is (128,105,52). Sum of RGB (Red+Green+Blue) = 128+105+52=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #806934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806934 is #7F96CB. Grayscale: #6A6A6A. Windows color (decimal): -8361676 or 3434880. OLE color: 3434880.

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

Color convert

RGB12810552-
CMYK00.180.590.50
HSL41.84º42.22%35.29%-
HSV(B)41.84º59.38%50.2%-
XYZ14.5714.945.36-
YUV105.8497.62143.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=44.91%
G=36.84%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281055200.180.590.5041.8442.2235.29
Hex8069340123B322a2a23
Octal200151640227362525243
Binary100000001101001110100010010111011110010101010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806934; }

 p { color: rgb(128,105,52); }

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

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

 a { background-color: rgb(128,105,52); }

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

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

 span { border-color: rgb(128,105,52); }

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