Html Css Color HEX #63574D Domino

📋 copy color: '#63574D'

red 99 ◦ green 87 ◦ blue 77

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

Shades of Domino #63574D

Tints of Domino #63574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 37.64%
G = 33.08%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63574D (or 0x63574D) is known color: Domino. HEX triplet: 63, 57 and 4D. RGB value is (99,87,77). Sum of RGB (Red+Green+Blue) = 99+87+77=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63574D is #9CA8B2. Grayscale: #595959. Windows color (decimal): -10266803 or 5068643. OLE color: 5068643.

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

Color convert

RGB 99 87 77 -
CMYK 0 0.12 0.22 0.61
HSL 27.27º 0.13% 0.35% -
HSV(B) 27.27º 0.22% 0.39% -
XYZ 9.89 10 8.43 -
YUV 89.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 99 87 77 0 0.12 0.22 0.61 27.27 0.13 0.35
Hex 63 57 4D 0 C 16 3D 1B C 23
Octal 143 127 115 0 14 26 75 33 14 43
Binary 1100011 1010111 1001101 0 1100 10110 111101 11011 1100 100011

Color Harmonies of #63574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63574D

Black with #63574D

Text Example


Text Example

White with #63574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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