#806633

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

Shades of Himalaya #806633

Tints of Himalaya #806633

Color information

#806633 (or 0x806633) is unknown color: approx Himalaya. HEX triplet: 80, 66 and 33. RGB value is (128,102,51). Sum of RGB (Red+Green+Blue) = 128+102+51=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #806633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806633 is #7F99CC. Grayscale: #686868. Windows color (decimal): -8362445 or 3368576. OLE color: 3368576.

HSL color Cylindrical-coordinate representation of color #806633: hue angle of 39.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #806633 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB12810251-
CMYK00.200.600.50
HSL39.74º43.02%35.1%-
HSV(B)39.74º60.16%50.2%-
XYZ14.2514.335.15-
YUV103.9698.11145.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=45.55%
G=36.30%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281025100.200.600.5039.7443.0235.1
Hex8066330143C32282b23
Octal200146630247462505343
Binary100000001100110110011010100111100110010101000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806633; }

 p { color: rgb(128,102,51); }

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

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

 a { background-color: rgb(128,102,51); }

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

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

 span { border-color: rgb(128,102,51); }

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