Html Css Color HEX #6D6A4F Hemlock

📋 copy color: '#6D6A4F'

red 109 ◦ green 106 ◦ blue 79

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

Shades of Hemlock #6D6A4F

Tints of Hemlock #6D6A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 37.07%
G = 36.05%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D6A4F (or 0x6D6A4F) is known color: Hemlock. HEX triplet: 6D, 6A and 4F. RGB value is (109,106,79). Sum of RGB (Red+Green+Blue) = 109+106+79=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A4F is #9295B0. Grayscale: #676767. Windows color (decimal): -9606577 or 5204589. OLE color: 5204589.

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

Color convert

RGB 109 106 79 -
CMYK 0 0.03 0.28 0.57
HSL 54º 0.16% 0.37% -
HSV(B) 54º 0.28% 0.43% -
XYZ 12.87 14.12 9.44 -
YUV 103.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 109 106 79 0 0.03 0.28 0.57 54 0.16 0.37
Hex 6D 6A 4F 0 3 1C 39 36 10 25
Octal 155 152 117 0 3 34 71 66 20 45
Binary 1101101 1101010 1001111 0 11 11100 111001 110110 10000 100101

Color Harmonies of #6D6A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A4F

Black with #6D6A4F

Text Example


Text Example

White with #6D6A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,106,79); }

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

background-color css

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

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

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

border-color css

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

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

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