Html Css Color HEX #6D6C4B Hemlock

📋 copy color: '#6D6C4B'

red 109 ◦ green 108 ◦ blue 75

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

Shades of Hemlock #6D6C4B

Tints of Hemlock #6D6C4B

RGB

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

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

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

R = 37.33%
G = 36.99%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D6C4B (or 0x6D6C4B) is known color: Hemlock. HEX triplet: 6D, 6C and 4B. RGB value is (109,108,75). Sum of RGB (Red+Green+Blue) = 109+108+75=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C4B is #9293B4. Grayscale: #686868. Windows color (decimal): -9606069 or 4942957. OLE color: 4942957.

HSL color Cylindrical-coordinate representation of color #6D6C4B: hue angle of 58.24º 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 #6D6C4B is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 108 75 -
CMYK 0 0.01 0.31 0.57
HSL 58.24º 0.18% 0.36% -
HSV(B) 58.24º 0.31% 0.43% -
XYZ 12.94 14.48 8.77 -
YUV 104.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 109 108 75 0 0.01 0.31 0.57 58.24 0.18 0.36
Hex 6D 6C 4B 0 1 1F 39 3A 12 24
Octal 155 154 113 0 1 37 71 72 22 44
Binary 1101101 1101100 1001011 0 1 11111 111001 111010 10010 100100

Color Harmonies of #6D6C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C4B

Black with #6D6C4B

Text Example


Text Example

White with #6D6C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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