#665356

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

Shades of Don Juan #665356

Tints of Don Juan #665356

Color information

#665356 (or 0x665356) is unknown color: approx Don Juan. HEX triplet: 66, 53 and 56. RGB value is (102,83,86). Sum of RGB (Red+Green+Blue) = 102+83+86=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665356 is #99ACA9. Grayscale: #595959. Windows color (decimal): -10071210 or 5657446. OLE color: 5657446.

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

Color convert

RGB1028386-
CMYK00.190.160.6
HSL350.53º10.27%36.27%-
HSV(B)350.53º18.63%40%-
XYZ10.259.6810.13-
YUV89.02126.29137.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=37.64%
G=30.63%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102838600.190.160.6350.5310.2736.27
Hex665356013103C15fa24
Octal14612312602320745371244
Binary110011010100111010110010011100001111001010111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665356; }

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

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

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

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

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

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

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

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