Html Css Color HEX #6D6946 Hemlock

📋 copy color: '#6D6946'

red 109 ◦ green 105 ◦ blue 70

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

Shades of Hemlock #6D6946

Tints of Hemlock #6D6946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 38.38%
G = 36.97%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D6946 (or 0x6D6946) is known color: Hemlock. HEX triplet: 6D, 69 and 46. RGB value is (109,105,70). Sum of RGB (Red+Green+Blue) = 109+105+70=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6946 is #9296B9. Grayscale: #666666. Windows color (decimal): -9606842 or 4614509. OLE color: 4614509.

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

Color convert

RGB 109 105 70 -
CMYK 0 0.04 0.36 0.57
HSL 53.85º 0.22% 0.35% -
HSV(B) 53.85º 0.36% 0.43% -
XYZ 12.46 13.8 7.8 -
YUV 102.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 109 105 70 0 0.04 0.36 0.57 53.85 0.22 0.35
Hex 6D 69 46 0 4 24 39 36 16 23
Octal 155 151 106 0 4 44 71 66 26 43
Binary 1101101 1101001 1000110 0 100 100100 111001 110110 10110 100011

Color Harmonies of #6D6946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6946

Black with #6D6946

Text Example


Text Example

White with #6D6946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,70); }

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

background-color css

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

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

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

border-color css

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

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

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