#6d602d

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

Shades of Himalaya #6D602D

Tints of Himalaya #6D602D

Color information

#6D602D (or 0x6D602D) is unknown color: approx Himalaya. HEX triplet: 6D, 60 and 2D. RGB value is (109,96,45). Sum of RGB (Red+Green+Blue) = 109+96+45=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D602D is #929FD2. Grayscale: #5E5E5E. Windows color (decimal): -9609171 or 2973805. OLE color: 2973805.

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

Color convert

RGB1099645-
CMYK00.120.590.57
HSL47.81º41.56%30.2%-
HSV(B)47.81º58.72%42.75%-
XYZ10.9611.814.18-
YUV94.07100.31138.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 45 (17.97% from 255) = 18%
R=43.6%
G=38.4%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109964500.120.590.5747.8141.5630.2
Hex6D602D0C3B39302a1e
Octal155140550147371605236
Binary110110111000001011010110011101111100111000010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d602d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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