#63474B

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

Shades of Don Juan #63474B

Tints of Don Juan #63474B

Color information

#63474B (or 0x63474B) is unknown color: approx Don Juan. HEX triplet: 63, 47 and 4B. RGB value is (99,71,75). Sum of RGB (Red+Green+Blue) = 99+71+75=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63474B is #9CB8B4. Grayscale: #4F4F4F. Windows color (decimal): -10270901 or 4933475. OLE color: 4933475.

HSL color Cylindrical-coordinate representation of color #63474B: hue angle of 351.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63474B is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB997175-
CMYK00.280.240.61
HSL351.43º16.47%33.33%-
HSV(B)351.43º28.28%38.82%-
XYZ8.677.677.68-
YUV79.83125.28141.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=40.41%
G=28.98%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99717500.280.240.61351.4316.4733.33
Hex63474B01C183D15f1021
Octal14310711303430755372041
Binary1100011100011110010110111001100011110110101111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63474B; }

 p { color: rgb(99,71,75); }

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

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

 a { background-color: rgb(99,71,75); }

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

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

 span { border-color: rgb(99,71,75); }

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