#605851

Color #605851 Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #605851

Tints of Domino #605851

Color information

#605851 (or 0x605851) is unknown color: approx 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

RGB968881-
CMYK00.080.160.62
HSL28º8.47%34.71%-
HSV(B)28º15.62%37.65%-
XYZ9.810.069.21-
YUV89.59123.15132.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96888100.080.160.62288.4734.71
Hex60585108103E1c823
Octal1401301210102076341043
Binary1100000101100010100010100010000111110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>