#63574E

Color #63574E Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #63574E

Tints of Domino #63574E

Color information

#63574E (or 0x63574E) is unknown color: approx Domino. HEX triplet: 63, 57 and 4E. RGB value is (99,87,78). Sum of RGB (Red+Green+Blue) = 99+87+78=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #63574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63574E is #9CA8B1. Grayscale: #595959. Windows color (decimal): -10266802 or 5134179. OLE color: 5134179.

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

Color convert

RGB998778-
CMYK00.120.210.61
HSL25.71º11.86%34.71%-
HSV(B)25.71º21.21%38.82%-
XYZ9.9310.028.62-
YUV89.56121.48134.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=37.5%
G=32.95%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99877800.120.210.6125.7111.8634.71
Hex63574E0C153D1ac23
Octal1431271160142575321443
Binary1100011101011110011100110010101111101110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63574E; }

 p { color: rgb(99,87,78); }

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

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

 a { background-color: rgb(99,87,78); }

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

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

 span { border-color: rgb(99,87,78); }

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