Html Css Color HEX #6D6C4A Hemlock

📋 copy color: '#6D6C4A'

red 109 ◦ green 108 ◦ blue 74

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

Shades of Hemlock #6D6C4A

Tints of Hemlock #6D6C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 37.46%
G = 37.11%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D6C4A (or 0x6D6C4A) is known color: Hemlock. HEX triplet: 6D, 6C and 4A. RGB value is (109,108,74). Sum of RGB (Red+Green+Blue) = 109+108+74=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C4A is #9293B5. Grayscale: #686868. Windows color (decimal): -9606070 or 4877421. OLE color: 4877421.

HSL color Cylindrical-coordinate representation of color #6D6C4A: hue angle of 58.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D6C4A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 108 74 -
CMYK 0 0.01 0.32 0.57
HSL 58.29º 0.19% 0.36% -
HSV(B) 58.29º 0.32% 0.43% -
XYZ 12.91 14.47 8.59 -
YUV 104.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 109 108 74 0 0.01 0.32 0.57 58.29 0.19 0.36
Hex 6D 6C 4A 0 1 20 39 3A 13 24
Octal 155 154 112 0 1 40 71 72 23 44
Binary 1101101 1101100 1001010 0 1 100000 111001 111010 10011 100100

Color Harmonies of #6D6C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C4A

Black with #6D6C4A

Text Example


Text Example

White with #6D6C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,108,74); }

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

background-color css

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

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

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

border-color css

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

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

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