#63574C

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

Shades of Domino #63574C

Tints of Domino #63574C

Color information

#63574C (or 0x63574C) is unknown color: approx Domino. HEX triplet: 63, 57 and 4C. RGB value is (99,87,76). Sum of RGB (Red+Green+Blue) = 99+87+76=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63574C is #9CA8B3. Grayscale: #595959. Windows color (decimal): -10266804 or 5003107. OLE color: 5003107.

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

Color convert

RGB998776-
CMYK00.120.230.61
HSL28.7º13.14%34.31%-
HSV(B)28.7º23.23%38.82%-
XYZ9.869.998.25-
YUV89.33120.48134.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=37.79%
G=33.21%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99877600.120.230.6128.713.1434.31
Hex63574C0C173D1dd22
Octal1431271140142775351542
Binary1100011101011110011000110010111111101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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