#666452

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

Shades of Hemlock #666452

Tints of Hemlock #666452

Color information

#666452 (or 0x666452) is unknown color: approx Hemlock. HEX triplet: 66, 64 and 52. RGB value is (102,100,82). Sum of RGB (Red+Green+Blue) = 102+100+82=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #666452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666452 is #999BAD. Grayscale: #626262. Windows color (decimal): -10066862 or 5399654. OLE color: 5399654.

HSL color Cylindrical-coordinate representation of color #666452: hue angle of 54º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666452 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB10210082-
CMYK00.020.200.6
HSL54º10.87%36.08%-
HSV(B)54º19.61%40%-
XYZ11.5612.559.8-
YUV98.55118.66130.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=35.92%
G=35.21%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021008200.020.200.65410.8736.08
Hex66645202143C36b24
Octal146144122022474661344
Binary110011011001001010010010101001111001101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666452; }

 p { color: rgb(102,100,82); }

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

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

 a { background-color: rgb(102,100,82); }

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

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

 span { border-color: rgb(102,100,82); }

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