#635256

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

Shades of Don Juan #635256

Tints of Don Juan #635256

Color information

#635256 (or 0x635256) is unknown color: approx Don Juan. HEX triplet: 63, 52 and 56. RGB value is (99,82,86). Sum of RGB (Red+Green+Blue) = 99+82+86=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635256 is #9CADA9. Grayscale: #575757. Windows color (decimal): -10268074 or 5657187. OLE color: 5657187.

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

Color convert

RGB998286-
CMYK00.170.130.61
HSL345.88º9.39%35.49%-
HSV(B)345.88º17.17%38.82%-
XYZ9.849.3610.09-
YUV87.54127.13136.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=37.08%
G=30.71%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99828600.170.130.61345.889.3935.49
Hex635256011D3D15a923
Octal14312212602115755321143
Binary11000111010010101011001000111011111011010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635256; }

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

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

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

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

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

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

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

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