Html Css Color HEX #6D5E31 Himalaya

📋 copy color: '#6D5E31'

red 109 ◦ green 94 ◦ blue 49

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

Shades of Himalaya #6D5E31

Tints of Himalaya #6D5E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.3%

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 43.25%
G = 37.3%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6D5E31 (or 0x6D5E31) is known color: Himalaya. HEX triplet: 6D, 5E and 31. RGB value is (109,94,49). Sum of RGB (Red+Green+Blue) = 109+94+49=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5E31 is #92A1CE. Grayscale: #5D5D5D. Windows color (decimal): -9609679 or 3235437. OLE color: 3235437.

HSL color Cylindrical-coordinate representation of color #6D5E31: hue angle of 45º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D5E31 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 94 49 -
CMYK 0 0.14 0.55 0.57
HSL 45º 0.38% 0.31% -
HSV(B) 45º 0.55% 0.43% -
XYZ 10.86 11.48 4.55 -
YUV 93.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 109 94 49 0 0.14 0.55 0.57 45 0.38 0.31
Hex 6D 5E 31 0 E 37 39 2D 26 1F
Octal 155 136 61 0 16 67 71 55 46 37
Binary 1101101 1011110 110001 0 1110 110111 111001 101101 100110 11111

Color Harmonies of #6D5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E31

Black with #6D5E31

Text Example


Text Example

White with #6D5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,94,49); }

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

background-color css

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

 a { background-color: rgb(109,94,49); }

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

border-color css

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

 span { border-color: rgb(109,94,49); }

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