#6D6028

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

Shades of Himalaya #6D6028

Tints of Himalaya #6D6028

Color information

#6D6028 (or 0x6D6028) is unknown color: approx Himalaya. HEX triplet: 6D, 60 and 28. RGB value is (109,96,40). Sum of RGB (Red+Green+Blue) = 109+96+40=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6028 is #929FD7. Grayscale: #5D5D5D. Windows color (decimal): -9609176 or 2646125. OLE color: 2646125.

HSL color Cylindrical-coordinate representation of color #6D6028: hue angle of 48.7º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D6028 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB1099640-
CMYK00.120.630.57
HSL48.7º46.31%29.22%-
HSV(B)48.7º63.3%42.75%-
XYZ10.8711.773.71-
YUV93.597.81139.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=44.49%
G=39.18%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109964000.120.630.5748.746.3129.22
Hex6D60280C3F39312e1d
Octal155140500147771615635
Binary110110111000001010000110011111111100111000110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,40); }

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

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

 a { background-color: rgb(109,96,40); }

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

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

 span { border-color: rgb(109,96,40); }

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