Html Css Color HEX #666059 Makara

📋 copy color: '#666059'

red 102 ◦ green 96 ◦ blue 89

#666059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Makara #666059

Tints of Makara #666059

RGB

 RED value IS 102 (40.23% from 255) = 35.54%

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 35.54%
G = 33.45%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#666059 (or 0x666059) is known color: Makara. HEX triplet: 66, 60 and 59. RGB value is (102,96,89). Sum of RGB (Red+Green+Blue) = 102+96+89=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #666059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666059 is #999FA6. Grayscale: #616161. Windows color (decimal): -10067879 or 5857382. OLE color: 5857382.

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

Color convert

RGB 102 96 89 -
CMYK 0 0.06 0.13 0.6
HSL 32.31º 0.07% 0.37% -
HSV(B) 32.31º 0.13% 0.4% -
XYZ 11.47 11.91 11.15 -
YUV 97 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 102 96 89 0 0.06 0.13 0.6 32.31 0.07 0.37
Hex 66 60 59 0 6 D 3C 20 7 25
Octal 146 140 131 0 6 15 74 40 7 45
Binary 1100110 1100000 1011001 0 110 1101 111100 100000 111 100101

Color Harmonies of #666059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666059

Black with #666059

Text Example


Text Example

White with #666059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666059; }

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

 H1.HeaderClassName
 {
   color: #666059;
 }
 .AnyTagClassName
 {
   color: #666059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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