#6C6029

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

Shades of Himalaya #6C6029

Tints of Himalaya #6C6029

Color information

#6C6029 (or 0x6C6029) is unknown color: approx Himalaya. HEX triplet: 6C, 60 and 29. RGB value is (108,96,41). Sum of RGB (Red+Green+Blue) = 108+96+41=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6029 is #939FD6. Grayscale: #5D5D5D. Windows color (decimal): -9674711 or 2711660. OLE color: 2711660.

HSL color Cylindrical-coordinate representation of color #6C6029: hue angle of 49.25º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C6029 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1089641-
CMYK00.110.620.58
HSL49.25º44.97%29.22%-
HSV(B)49.25º62.04%42.35%-
XYZ10.7711.713.79-
YUV93.3298.48138.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=44.08%
G=39.18%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108964100.110.620.5849.2544.9729.22
Hex6C60290B3E3A312d1d
Octal154140510137672615535
Binary110110011000001010010101111111011101011000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C6029; }

 p { color: rgb(108,96,41); }

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

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

 a { background-color: rgb(108,96,41); }

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

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

 span { border-color: rgb(108,96,41); }

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