Html Css Color HEX #605851 Domino

📋 copy color: '#605851'

red 96 ◦ green 88 ◦ blue 81

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

Shades of Domino #605851

Tints of Domino #605851

RGB

 RED value IS 96 (37.89% from 255) = 36.23%

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

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

R = 36.23%
G = 33.21%
B = 30.57%

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

#605851 (or 0x605851) is known color: Domino. HEX triplet: 60, 58 and 51. RGB value is (96,88,81). Sum of RGB (Red+Green+Blue) = 96+88+81=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605851 is #9FA7AE. Grayscale: #595959. Windows color (decimal): -10463151 or 5331040. OLE color: 5331040.

HSL color Cylindrical-coordinate representation of color #605851: hue angle of 28º degrees, saturation: 0.08, 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 #605851 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 88 81 -
CMYK 0 0.08 0.16 0.62
HSL 28º 0.08% 0.35% -
HSV(B) 28º 0.16% 0.38% -
XYZ 9.8 10.06 9.21 -
YUV 89.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 96 88 81 0 0.08 0.16 0.62 28 0.08 0.35
Hex 60 58 51 0 8 10 3E 1C 8 23
Octal 140 130 121 0 10 20 76 34 10 43
Binary 1100000 1011000 1010001 0 1000 10000 111110 11100 1000 100011

Color Harmonies of #605851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605851

Black with #605851

Text Example


Text Example

White with #605851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605851; }

 p { color: rgb(96,88,81); }

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

background-color css

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

 a { background-color: rgb(96,88,81); }

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

border-color css

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

 span { border-color: rgb(96,88,81); }

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