Html Css Color HEX #6D5D2C Himalaya

📋 copy color: '#6D5D2C'

red 109 ◦ green 93 ◦ blue 44

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

Shades of Himalaya #6D5D2C

Tints of Himalaya #6D5D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.8%

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 44.31%
G = 37.8%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D5D2C (or 0x6D5D2C) is known color: Himalaya. HEX triplet: 6D, 5D and 2C. RGB value is (109,93,44). Sum of RGB (Red+Green+Blue) = 109+93+44=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5D2C is #92A2D3. Grayscale: #5C5C5C. Windows color (decimal): -9609940 or 2907501. OLE color: 2907501.

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

Color convert

RGB 109 93 44 -
CMYK 0 0.15 0.60 0.57
HSL 45.23º 0.42% 0.3% -
HSV(B) 45.23º 0.6% 0.43% -
XYZ 10.68 11.26 3.99 -
YUV 92.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 109 93 44 0 0.15 0.60 0.57 45.23 0.42 0.3
Hex 6D 5D 2C 0 F 3C 39 2D 2A 1E
Octal 155 135 54 0 17 74 71 55 52 36
Binary 1101101 1011101 101100 0 1111 111100 111001 101101 101010 11110

Color Harmonies of #6D5D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5D2C

Black with #6D5D2C

Text Example


Text Example

White with #6D5D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,93,44); }

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

background-color css

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

 a { background-color: rgb(109,93,44); }

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

border-color css

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

 span { border-color: rgb(109,93,44); }

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