#665256

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

Shades of Don Juan #665256

Tints of Don Juan #665256

Color information

#665256 (or 0x665256) is unknown color: approx Don Juan. HEX triplet: 66, 52 and 56. RGB value is (102,82,86). Sum of RGB (Red+Green+Blue) = 102+82+86=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665256 is #99ADA9. Grayscale: #585858. Windows color (decimal): -10071466 or 5657190. OLE color: 5657190.

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

Color convert

RGB1028286-
CMYK00.200.160.6
HSL348º10.87%36.08%-
HSV(B)348º19.61%40%-
XYZ10.189.5310.11-
YUV88.44126.63137.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=37.78%
G=30.37%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102828600.200.160.634810.8736.08
Hex665256014103C15cb24
Octal14612212602420745341344
Binary110011010100101010110010100100001111001010111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665256; }

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

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

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

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

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

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

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

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