#615850

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

Shades of Domino #615850

Tints of Domino #615850

Color information

#615850 (or 0x615850) is unknown color: approx Domino. HEX triplet: 61, 58 and 50. RGB value is (97,88,80). Sum of RGB (Red+Green+Blue) = 97+88+80=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615850 is #9EA7AF. Grayscale: #595959. Windows color (decimal): -10397616 or 5265505. OLE color: 5265505.

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

Color convert

RGB978880-
CMYK00.090.180.62
HSL28.24º9.6%34.71%-
HSV(B)28.24º17.53%38.04%-
XYZ9.8710.19.02-
YUV89.78122.48133.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=36.60%
G=33.21%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97888000.090.180.6228.249.634.71
Hex61585009123E1ca23
Octal1411301200112276341243
Binary1100001101100010100000100110010111110111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615850; }

 p { color: rgb(97,88,80); }

 H1.HeaderClassName
 {
   color: #615850;
 }
 .AnyTagClassName
 {
   color: #615850;
 }
</style>
background-color css

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

 a { background-color: rgb(97,88,80); }

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

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

 span { border-color: rgb(97,88,80); }

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