#66574C

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

Shades of Domino #66574C

Tints of Domino #66574C

Color information

#66574C (or 0x66574C) is unknown color: approx Domino. HEX triplet: 66, 57 and 4C. RGB value is (102,87,76). Sum of RGB (Red+Green+Blue) = 102+87+76=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #66574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66574C is #99A8B3. Grayscale: #5A5A5A. Windows color (decimal): -10070196 or 5003110. OLE color: 5003110.

HSL color Cylindrical-coordinate representation of color #66574C: hue angle of 25.38º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66574C is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1028776-
CMYK00.150.250.6
HSL25.38º14.61%34.9%-
HSV(B)25.38º25.49%40%-
XYZ10.1910.168.26-
YUV90.23119.97136.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=38.49%
G=32.83%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102877600.150.250.625.3814.6134.9
Hex66574C0F193C19f23
Octal1461271140173174311743
Binary1100110101011110011000111111001111100110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66574C; }

 p { color: rgb(102,87,76); }

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

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

 a { background-color: rgb(102,87,76); }

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

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

 span { border-color: rgb(102,87,76); }

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