#6C622A

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

Shades of Himalaya #6C622A

Tints of Himalaya #6C622A

Color information

#6C622A (or 0x6C622A) is unknown color: approx Himalaya. HEX triplet: 6C, 62 and 2A. RGB value is (108,98,42). Sum of RGB (Red+Green+Blue) = 108+98+42=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 108 - color contains mainly: red. Hex color #6C622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C622A is #939DD5. Grayscale: #5E5E5E. Windows color (decimal): -9674198 or 2777708. OLE color: 2777708.

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

Color convert

RGB1089842-
CMYK00.090.610.58
HSL50.91º44%29.41%-
HSV(B)50.91º61.11%42.35%-
XYZ10.9712.093.95-
YUV94.6198.31137.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.55%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=43.55%
G=39.52%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108984200.090.610.5850.914429.41
Hex6C622A093D3A332c1d
Octal154142520117572635435
Binary110110011000101010100100111110111101011001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,98,42); }

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

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

 a { background-color: rgb(108,98,42); }

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

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

 span { border-color: rgb(108,98,42); }

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