Html Css Color HEX #63584E Domino

📋 copy color: '#63584E'

red 99 ◦ green 88 ◦ blue 78

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

Shades of Domino #63584E

Tints of Domino #63584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 37.36%
G = 33.21%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63584E (or 0x63584E) is known color: Domino. HEX triplet: 63, 58 and 4E. RGB value is (99,88,78). Sum of RGB (Red+Green+Blue) = 99+88+78=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #63584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63584E is #9CA7B1. Grayscale: #5A5A5A. Windows color (decimal): -10266546 or 5134435. OLE color: 5134435.

HSL color Cylindrical-coordinate representation of color #63584E: hue angle of 28.57º 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 #63584E is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 88 78 -
CMYK 0 0.11 0.21 0.61
HSL 28.57º 0.12% 0.35% -
HSV(B) 28.57º 0.21% 0.39% -
XYZ 10.01 10.18 8.65 -
YUV 90.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 99 88 78 0 0.11 0.21 0.61 28.57 0.12 0.35
Hex 63 58 4E 0 B 15 3D 1D C 23
Octal 143 130 116 0 13 25 75 35 14 43
Binary 1100011 1011000 1001110 0 1011 10101 111101 11101 1100 100011

Color Harmonies of #63584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63584E

Black with #63584E

Text Example


Text Example

White with #63584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63584E;
 }
 .AnyTagClassName
 {
   color: #63584E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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