#80682F

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

Shades of Himalaya #80682F

Tints of Himalaya #80682F

Color information

#80682F (or 0x80682F) is unknown color: approx Himalaya. HEX triplet: 80, 68 and 2F. RGB value is (128,104,47). Sum of RGB (Red+Green+Blue) = 128+104+47=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80682F is #7F97D0. Grayscale: #686868. Windows color (decimal): -8361937 or 3106944. OLE color: 3106944.

HSL color Cylindrical-coordinate representation of color #80682F: hue angle of 42.22º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80682F is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB12810447-
CMYK00.190.630.50
HSL42.22º46.29%34.31%-
HSV(B)42.22º63.28%50.2%-
XYZ14.3714.74.77-
YUV104.6895.45144.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=45.88%
G=37.28%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281044700.190.630.5042.2246.2934.31
Hex80682F0133F322a2e22
Octal200150570237762525642
Binary100000001101000101111010011111111110010101010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80682F; }

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

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

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

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

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

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

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

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