Html Css Color HEX #6D6D50 Hemlock

📋 copy color: '#6D6D50'

red 109 ◦ green 109 ◦ blue 80

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

Shades of Hemlock #6D6D50

Tints of Hemlock #6D6D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.58%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 36.58%
G = 36.58%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D6D50 (or 0x6D6D50) is known color: Hemlock. HEX triplet: 6D, 6D and 50. RGB value is (109,109,80). Sum of RGB (Red+Green+Blue) = 109+109+80=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6D50 is #9292AF. Grayscale: #696969. Windows color (decimal): -9605808 or 5270893. OLE color: 5270893.

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

Color convert

RGB 109 109 80 -
CMYK 0 0 0.27 0.57
HSL 60º 0.15% 0.37% -
HSV(B) 60º 0.27% 0.43% -
XYZ 13.22 14.77 9.74 -
YUV 105.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 109 109 80 0 0 0.27 0.57 60 0.15 0.37
Hex 6D 6D 50 0 0 1B 39 3C F 25
Octal 155 155 120 0 0 33 71 74 17 45
Binary 1101101 1101101 1010000 0 0 11011 111001 111100 1111 100101

Color Harmonies of #6D6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6D50

Black with #6D6D50

Text Example


Text Example

White with #6D6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,109,80); }

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

background-color css

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

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

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

border-color css

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

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

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