#63464C

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

Shades of Don Juan #63464C

Tints of Don Juan #63464C

Color information

#63464C (or 0x63464C) is unknown color: approx Don Juan. HEX triplet: 63, 46 and 4C. RGB value is (99,70,76). Sum of RGB (Red+Green+Blue) = 99+70+76=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63464C is #9CB9B3. Grayscale: #4F4F4F. Windows color (decimal): -10271156 or 4998755. OLE color: 4998755.

HSL color Cylindrical-coordinate representation of color #63464C: hue angle of 347.59º 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 #63464C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB997076-
CMYK00.290.230.61
HSL347.59º17.16%33.14%-
HSV(B)347.59º29.29%38.82%-
XYZ8.647.557.84-
YUV79.36126.11142.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=40.41%
G=28.57%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99707600.290.230.61347.5917.1633.14
Hex63464C01D173D15c1121
Octal14310611403527755342141
Binary1100011100011010011000111011011111110110101110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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