#666248

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

Shades of Hemlock #666248

Tints of Hemlock #666248

Color information

#666248 (or 0x666248) is unknown color: approx Hemlock. HEX triplet: 66, 62 and 48. RGB value is (102,98,72). Sum of RGB (Red+Green+Blue) = 102+98+72=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #666248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666248 is #999DB7. Grayscale: #606060. Windows color (decimal): -10067384 or 4743782. OLE color: 4743782.

HSL color Cylindrical-coordinate representation of color #666248: hue angle of 52º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666248 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB1029872-
CMYK00.040.290.6
HSL52º17.24%34.12%-
HSV(B)52º29.41%40%-
XYZ11.0212.037.87-
YUV96.23114.33132.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=37.5%
G=36.03%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102987200.040.290.65217.2434.12
Hex666248041D3C341122
Octal146142110043574642142
Binary11001101100010100100001001110111110011010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666248; }

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

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

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

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

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

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

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

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