#665559

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

Shades of Don Juan #665559

Tints of Don Juan #665559

Color information

#665559 (or 0x665559) is unknown color: approx Don Juan. HEX triplet: 66, 55 and 59. RGB value is (102,85,89). Sum of RGB (Red+Green+Blue) = 102+85+89=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665559 is #99AAA6. Grayscale: #5A5A5A. Windows color (decimal): -10070695 or 5854566. OLE color: 5854566.

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

Color convert

RGB1028589-
CMYK00.170.130.6
HSL345.88º9.09%36.67%-
HSV(B)345.88º16.67%40%-
XYZ10.5310.0410.83-
YUV90.54127.13136.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=36.96%
G=30.80%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102858900.170.130.6345.889.0936.67
Hex665559011D3C15a925
Octal14612513102115745321145
Binary11001101010101101100101000111011111001010110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665559; }

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

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

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

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

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

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

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

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