#6C6F41

Color #6C6F41 Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #6C6F41

Tints of Hemlock #6C6F41

Color information

#6C6F41 (or 0x6C6F41) is unknown color: approx Hemlock. HEX triplet: 6C, 6F and 41. RGB value is (108,111,65). Sum of RGB (Red+Green+Blue) = 108+111+65=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6F41 is #9390BE. Grayscale: #696969. Windows color (decimal): -9670847 or 4288364. OLE color: 4288364.

HSL color Cylindrical-coordinate representation of color #6C6F41: hue angle of 63.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C6F41 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB10811165-
CMYK0.0300.410.56
HSL63.91º26.14%34.51%-
HSV(B)63.91º41.44%43.53%-
XYZ12.8214.947.21-
YUV104.86105.51130.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.03%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=38.03%
G=39.08%
B=22.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108111650.0300.410.5663.9126.1434.51
Hex6C6F41302938401a23
Octal1541571013051701003243
Binary110110011011111000001110101001111000100000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,111,65); }

 H1.HeaderClassName
 {
   color: #6C6F41;
 }
 .AnyTagClassName
 {
   color: #6C6F41;
 }
</style>
background-color css

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

 a { background-color: rgb(108,111,65); }

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

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

 span { border-color: rgb(108,111,65); }

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