#666052

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

Shades of Makara #666052

Tints of Makara #666052

Color information

#666052 (or 0x666052) is unknown color: approx Makara. HEX triplet: 66, 60 and 52. RGB value is (102,96,82). Sum of RGB (Red+Green+Blue) = 102+96+82=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #666052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666052 is #999FAD. Grayscale: #606060. Windows color (decimal): -10067886 or 5398630. OLE color: 5398630.

HSL color Cylindrical-coordinate representation of color #666052: hue angle of 42º 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 #666052 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1029682-
CMYK00.060.200.6
HSL42º10.87%36.08%-
HSV(B)42º19.61%40%-
XYZ11.1911.89.67-
YUV96.2119.99132.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=36.43%
G=34.29%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102968200.060.200.64210.8736.08
Hex66605206143C2ab24
Octal146140122062474521344
Binary1100110110000010100100110101001111001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666052; }

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

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

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

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

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

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

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

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