#61574E

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

Shades of Domino #61574E

Tints of Domino #61574E

Color information

#61574E (or 0x61574E) is unknown color: approx Domino. HEX triplet: 61, 57 and 4E. RGB value is (97,87,78). Sum of RGB (Red+Green+Blue) = 97+87+78=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #61574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61574E is #9EA8B1. Grayscale: #595959. Windows color (decimal): -10397874 or 5134177. OLE color: 5134177.

HSL color Cylindrical-coordinate representation of color #61574E: hue angle of 28.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61574E is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB978778-
CMYK00.100.200.62
HSL28.42º10.86%34.31%-
HSV(B)28.42º19.59%38.04%-
XYZ9.719.918.61-
YUV88.96121.81133.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=37.02%
G=33.21%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97877800.100.200.6228.4210.8634.31
Hex61574E0A143E1cb22
Octal1411271160122476341342
Binary1100001101011110011100101010100111110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,87,78); }

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

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

 a { background-color: rgb(97,87,78); }

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

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

 span { border-color: rgb(97,87,78); }

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