Html Css Color HEX #63574F Domino

📋 copy color: '#63574F'

red 99 ◦ green 87 ◦ blue 79

#63574F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Domino #63574F

Tints of Domino #63574F

RGB

 RED value IS 99 (39.06% from 255) = 37.36%

 GREEN value IS 87 (34.38% from 255) = 32.83%

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 37.36%
G = 32.83%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63574F (or 0x63574F) is known color: Domino. HEX triplet: 63, 57 and 4F. RGB value is (99,87,79). Sum of RGB (Red+Green+Blue) = 99+87+79=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #63574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63574F is #9CA8B0. Grayscale: #595959. Windows color (decimal): -10266801 or 5199715. OLE color: 5199715.

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

Color convert

RGB 99 87 79 -
CMYK 0 0.12 0.20 0.61
HSL 24º 0.11% 0.35% -
HSV(B) 24º 0.2% 0.39% -
XYZ 9.97 10.03 8.81 -
YUV 89.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 99 87 79 0 0.12 0.20 0.61 24 0.11 0.35
Hex 63 57 4F 0 C 14 3D 18 B 23
Octal 143 127 117 0 14 24 75 30 13 43
Binary 1100011 1010111 1001111 0 1100 10100 111101 11000 1011 100011

Color Harmonies of #63574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63574F

Black with #63574F

Text Example


Text Example

White with #63574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63574F;
 }
 .AnyTagClassName
 {
   color: #63574F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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