#63464A

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

Shades of Don Juan #63464A

Tints of Don Juan #63464A

Color information

#63464A (or 0x63464A) is unknown color: approx Don Juan. HEX triplet: 63, 46 and 4A. RGB value is (99,70,74). Sum of RGB (Red+Green+Blue) = 99+70+74=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63464A is #9CB9B5. Grayscale: #4F4F4F. Windows color (decimal): -10271158 or 4867683. OLE color: 4867683.

HSL color Cylindrical-coordinate representation of color #63464A: hue angle of 351.72º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63464A is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB997074-
CMYK00.290.250.61
HSL351.72º17.16%33.14%-
HSV(B)351.72º29.29%38.82%-
XYZ8.577.537.48-
YUV79.13125.11142.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.74%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=40.74%
G=28.81%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99707400.290.250.61351.7217.1633.14
Hex63464A01D193D1601121
Octal14310611203531755402141
Binary1100011100011010010100111011100111110110110000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63464A; }

 p { color: rgb(99,70,74); }

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

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

 a { background-color: rgb(99,70,74); }

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

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

 span { border-color: rgb(99,70,74); }

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