Html Css Color HEX #6D602D Himalaya

📋 copy color: '#6D602D'

red 109 ◦ green 96 ◦ blue 45

#6D602D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #6D602D

Tints of Himalaya #6D602D

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 value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D602D (or 0x6D602D) is known color: 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

RGB 109 96 45 -
CMYK 0 0.12 0.59 0.57
HSL 47.81º 0.42% 0.3% -
HSV(B) 47.81º 0.59% 0.43% -
XYZ 10.96 11.81 4.18 -
YUV 94.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 109 96 45 0 0.12 0.59 0.57 47.81 0.42 0.3
Hex 6D 60 2D 0 C 3B 39 30 2A 1E
Octal 155 140 55 0 14 73 71 60 52 36
Binary 1101101 1100000 101101 0 1100 111011 111001 110000 101010 11110

Color Harmonies of #6D602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D602D

Black with #6D602D

Text Example


Text Example

White with #6D602D

Text Example


Text Example

HTML Codes & Css Web 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>