Html Css Color HEX #6D694B Hemlock

📋 copy color: '#6D694B'

red 109 ◦ green 105 ◦ blue 75

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

Shades of Hemlock #6D694B

Tints of Hemlock #6D694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 37.72%
G = 36.33%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D694B (or 0x6D694B) is known color: Hemlock. HEX triplet: 6D, 69 and 4B. RGB value is (109,105,75). Sum of RGB (Red+Green+Blue) = 109+105+75=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D694B is #9296B4. Grayscale: #666666. Windows color (decimal): -9606837 or 4942189. OLE color: 4942189.

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

Color convert

RGB 109 105 75 -
CMYK 0 0.04 0.31 0.57
HSL 52.94º 0.18% 0.36% -
HSV(B) 52.94º 0.31% 0.43% -
XYZ 12.63 13.86 8.67 -
YUV 102.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 109 105 75 0 0.04 0.31 0.57 52.94 0.18 0.36
Hex 6D 69 4B 0 4 1F 39 35 12 24
Octal 155 151 113 0 4 37 71 65 22 44
Binary 1101101 1101001 1001011 0 100 11111 111001 110101 10010 100100

Color Harmonies of #6D694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D694B

Black with #6D694B

Text Example


Text Example

White with #6D694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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