#6C6E3B

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

Shades of Hemlock #6C6E3B

Tints of Hemlock #6C6E3B

Color information

#6C6E3B (or 0x6C6E3B) is unknown color: approx Hemlock. HEX triplet: 6C, 6E and 3B. RGB value is (108,110,59). Sum of RGB (Red+Green+Blue) = 108+110+59=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6E3B is #9391C4. Grayscale: #676767. Windows color (decimal): -9671109 or 3894892. OLE color: 3894892.

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

Color convert

RGB10811059-
CMYK0.0200.460.57
HSL62.35º30.18%33.14%-
HSV(B)62.35º46.36%43.14%-
XYZ12.5514.666.31-
YUV103.59102.84131.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=38.99%
G=39.71%
B=21.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108110590.0200.460.5762.3530.1833.14
Hex6C6E3B202E393e1e21
Octal15415673205671763641
Binary1101100110111011101110010111011100111111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,110,59); }

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

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

 a { background-color: rgb(108,110,59); }

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

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

 span { border-color: rgb(108,110,59); }

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