#6C6B53

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

Shades of Hemlock #6C6B53

Tints of Hemlock #6C6B53

Color information

#6C6B53 (or 0x6C6B53) is unknown color: approx Hemlock. HEX triplet: 6C, 6B and 53. RGB value is (108,107,83). Sum of RGB (Red+Green+Blue) = 108+107+83=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6B53 is #9394AC. Grayscale: #686868. Windows color (decimal): -9671853 or 5466988. OLE color: 5466988.

HSL color Cylindrical-coordinate representation of color #6C6B53: hue angle of 57.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C6B53 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB10810783-
CMYK00.010.230.58
HSL57.6º13.09%37.45%-
HSV(B)57.6º23.15%42.35%-
XYZ1314.3310.26-
YUV104.56115.83130.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.24%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=36.24%
G=35.91%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081078300.010.230.5857.613.0937.45
Hex6C6B5301173A3ad25
Octal154153123012772721545
Binary11011001101011101001101101111110101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,107,83); }

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

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

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

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

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

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

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