Html Css Color HEX #6D612A Himalaya

📋 copy color: '#6D612A'

red 109 ◦ green 97 ◦ blue 42

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

Shades of Himalaya #6D612A

Tints of Himalaya #6D612A

RGB

 RED value IS 109 (42.97% from 255) = 43.95%

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 43.95%
G = 39.11%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D612A (or 0x6D612A) is known color: Himalaya. HEX triplet: 6D, 61 and 2A. RGB value is (109,97,42). Sum of RGB (Red+Green+Blue) = 109+97+42=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D612A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D612A is #929ED5. Grayscale: #5E5E5E. Windows color (decimal): -9608918 or 2777453. OLE color: 2777453.

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

Color convert

RGB 109 97 42 -
CMYK 0 0.11 0.61 0.57
HSL 49.25º 0.44% 0.3% -
HSV(B) 49.25º 0.61% 0.43% -
XYZ 11 11.97 3.92 -
YUV 94.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 109 97 42 0 0.11 0.61 0.57 49.25 0.44 0.3
Hex 6D 61 2A 0 B 3D 39 31 2C 1E
Octal 155 141 52 0 13 75 71 61 54 36
Binary 1101101 1100001 101010 0 1011 111101 111001 110001 101100 11110

Color Harmonies of #6D612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D612A

Black with #6D612A

Text Example


Text Example

White with #6D612A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,42); }

 H1.HeaderClassName
 {
   color: #6D612A;
 }
 .AnyTagClassName
 {
   color: #6D612A;
 }
</style>

background-color css

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

 a { background-color: rgb(109,97,42); }

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

border-color css

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

 span { border-color: rgb(109,97,42); }

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