#665056

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

Shades of Don Juan #665056

Tints of Don Juan #665056

Color information

#665056 (or 0x665056) is unknown color: approx Don Juan. HEX triplet: 66, 50 and 56. RGB value is (102,80,86). Sum of RGB (Red+Green+Blue) = 102+80+86=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #665056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665056 is #99AFA9. Grayscale: #575757. Windows color (decimal): -10071978 or 5656678. OLE color: 5656678.

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

Color convert

RGB1028086-
CMYK00.220.160.6
HSL343.64º12.09%35.69%-
HSV(B)343.64º21.57%40%-
XYZ10.039.2310.06-
YUV87.26127.29138.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=38.06%
G=29.85%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102808600.220.160.6343.6412.0935.69
Hex665056016103C158c24
Octal14612012602620745301444
Binary110011010100001010110010110100001111001010110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665056; }

 p { color: rgb(102,80,86); }

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

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

 a { background-color: rgb(102,80,86); }

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

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

 span { border-color: rgb(102,80,86); }

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