Html Css Color HEX #63594F Domino

📋 copy color: '#63594F'

red 99 ◦ green 89 ◦ blue 79

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

Shades of Domino #63594F

Tints of Domino #63594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

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

R = 37.08%
G = 33.33%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63594F (or 0x63594F) is known color: Domino. HEX triplet: 63, 59 and 4F. RGB value is (99,89,79). Sum of RGB (Red+Green+Blue) = 99+89+79=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #63594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63594F is #9CA6B0. Grayscale: #5A5A5A. Windows color (decimal): -10266289 or 5200227. OLE color: 5200227.

HSL color Cylindrical-coordinate representation of color #63594F: hue angle of 30º 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 #63594F is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 89 79 -
CMYK 0 0.10 0.20 0.61
HSL 30º 0.11% 0.35% -
HSV(B) 30º 0.2% 0.39% -
XYZ 10.13 10.36 8.86 -
YUV 90.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 99 89 79 0 0.10 0.20 0.61 30 0.11 0.35
Hex 63 59 4F 0 A 14 3D 1E B 23
Octal 143 131 117 0 12 24 75 36 13 43
Binary 1100011 1011001 1001111 0 1010 10100 111101 11110 1011 100011

Color Harmonies of #63594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63594F

Black with #63594F

Text Example


Text Example

White with #63594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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