#666051

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

Shades of Makara #666051

Tints of Makara #666051

Color information

#666051 (or 0x666051) is unknown color: approx Makara. HEX triplet: 66, 60 and 51. RGB value is (102,96,81). Sum of RGB (Red+Green+Blue) = 102+96+81=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #666051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666051 is #999FAE. Grayscale: #606060. Windows color (decimal): -10067887 or 5333094. OLE color: 5333094.

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

Color convert

RGB1029681-
CMYK00.060.210.6
HSL42.86º11.48%35.88%-
HSV(B)42.86º20.59%40%-
XYZ11.1511.789.47-
YUV96.08119.49132.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=36.56%
G=34.41%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102968100.060.210.642.8611.4835.88
Hex66605106153C2bb24
Octal146140121062574531344
Binary1100110110000010100010110101011111001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666051; }

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

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

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

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

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

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

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

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