#6C6645

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

Shades of Hemlock #6C6645

Tints of Hemlock #6C6645

Color information

#6C6645 (or 0x6C6645) is unknown color: approx Hemlock. HEX triplet: 6C, 66 and 45. RGB value is (108,102,69). Sum of RGB (Red+Green+Blue) = 108+102+69=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6645 is #9399BA. Grayscale: #646464. Windows color (decimal): -9673147 or 4548204. OLE color: 4548204.

HSL color Cylindrical-coordinate representation of color #6C6645: hue angle of 50.77º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C6645 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB10810269-
CMYK00.060.360.58
HSL50.77º22.03%34.71%-
HSV(B)50.77º36.11%42.35%-
XYZ12.0113.127.53-
YUV100.03110.49133.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=38.71%
G=36.56%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081026900.060.360.5850.7722.0334.71
Hex6C664506243A331623
Octal154146105064472632643
Binary110110011001101000101011010010011101011001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,102,69); }

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

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

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

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

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

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

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