Html Css Color HEX #615951 Domino

📋 copy color: '#615951'

red 97 ◦ green 89 ◦ blue 81

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

Shades of Domino #615951

Tints of Domino #615951

RGB

 RED value IS 97 (38.28% from 255) = 36.33%

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

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 36.33%
G = 33.33%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#615951 (or 0x615951) is known color: Domino. HEX triplet: 61, 59 and 51. RGB value is (97,89,81). Sum of RGB (Red+Green+Blue) = 97+89+81=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #615951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615951 is #9EA6AE. Grayscale: #5A5A5A. Windows color (decimal): -10397359 or 5331297. OLE color: 5331297.

HSL color Cylindrical-coordinate representation of color #615951: hue angle of 30º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #615951 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 89 81 -
CMYK 0 0.08 0.16 0.62
HSL 30º 0.09% 0.35% -
HSV(B) 30º 0.16% 0.38% -
XYZ 9.99 10.28 9.24 -
YUV 90.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 97 89 81 0 0.08 0.16 0.62 30 0.09 0.35
Hex 61 59 51 0 8 10 3E 1E 9 23
Octal 141 131 121 0 10 20 76 36 11 43
Binary 1100001 1011001 1010001 0 1000 10000 111110 11110 1001 100011

Color Harmonies of #615951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615951

Black with #615951

Text Example


Text Example

White with #615951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615951; }

 p { color: rgb(97,89,81); }

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

background-color css

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

 a { background-color: rgb(97,89,81); }

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

border-color css

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

 span { border-color: rgb(97,89,81); }

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