#66624B

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

Shades of Hemlock #66624B

Tints of Hemlock #66624B

Color information

#66624B (or 0x66624B) is unknown color: approx Hemlock. HEX triplet: 66, 62 and 4B. RGB value is (102,98,75). Sum of RGB (Red+Green+Blue) = 102+98+75=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66624B is #999DB4. Grayscale: #606060. Windows color (decimal): -10067381 or 4940390. OLE color: 4940390.

HSL color Cylindrical-coordinate representation of color #66624B: hue angle of 51.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66624B is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1029875-
CMYK00.040.260.6
HSL51.11º15.25%34.71%-
HSV(B)51.11º26.47%40%-
XYZ11.1212.078.4-
YUV96.57115.83131.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=37.09%
G=35.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102987500.040.260.651.1115.2534.71
Hex66624B041A3C33f23
Octal146142113043274631743
Binary1100110110001010010110100110101111001100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66624B; }

 p { color: rgb(102,98,75); }

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

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

 a { background-color: rgb(102,98,75); }

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

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

 span { border-color: rgb(102,98,75); }

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