Html Css Color HEX #6D6B52 Hemlock

📋 copy color: '#6D6B52'

red 109 ◦ green 107 ◦ blue 82

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

Shades of Hemlock #6D6B52

Tints of Hemlock #6D6B52

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 36.58%
G = 35.91%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D6B52 (or 0x6D6B52) is known color: Hemlock. HEX triplet: 6D, 6B and 52. RGB value is (109,107,82). Sum of RGB (Red+Green+Blue) = 109+107+82=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B52 is #9294AD. Grayscale: #686868. Windows color (decimal): -9606318 or 5401453. OLE color: 5401453.

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

Color convert

RGB 109 107 82 -
CMYK 0 0.02 0.25 0.57
HSL 55.56º 0.14% 0.37% -
HSV(B) 55.56º 0.25% 0.43% -
XYZ 13.09 14.38 10.07 -
YUV 104.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 109 107 82 0 0.02 0.25 0.57 55.56 0.14 0.37
Hex 6D 6B 52 0 2 19 39 38 E 25
Octal 155 153 122 0 2 31 71 70 16 45
Binary 1101101 1101011 1010010 0 10 11001 111001 111000 1110 100101

Color Harmonies of #6D6B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6B52

Black with #6D6B52

Text Example


Text Example

White with #6D6B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,107,82); }

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

background-color css

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

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

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

border-color css

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

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

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