#6C6C3D

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

Shades of Hemlock #6C6C3D

Tints of Hemlock #6C6C3D

Color information

#6C6C3D (or 0x6C6C3D) is unknown color: approx Hemlock. HEX triplet: 6C, 6C and 3D. RGB value is (108,108,61). Sum of RGB (Red+Green+Blue) = 108+108+61=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 108 - color contains mainly: red, green. Hex color #6C6C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6C3D is #9393C2. Grayscale: #666666. Windows color (decimal): -9671619 or 4025452. OLE color: 4025452.

HSL color Cylindrical-coordinate representation of color #6C6C3D: hue angle of 60º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C6C3D is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB10810861-
CMYK000.440.58
HSL60º27.81%33.14%-
HSV(B)60º43.52%42.35%-
XYZ12.3914.256.51-
YUV102.64104.5131.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=38.99%
G=38.99%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10810861000.440.586027.8133.14
Hex6C6C3D002C3A3c1c21
Octal15415475005472743441
Binary110110011011001111010010110011101011110011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,108,61); }

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

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

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

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

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

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

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