#66594C

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

Shades of Domino #66594C

Tints of Domino #66594C

Color information

#66594C (or 0x66594C) is unknown color: approx Domino. HEX triplet: 66, 59 and 4C. RGB value is (102,89,76). Sum of RGB (Red+Green+Blue) = 102+89+76=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #66594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66594C is #99A6B3. Grayscale: #5B5B5B. Windows color (decimal): -10069684 or 5003622. OLE color: 5003622.

HSL color Cylindrical-coordinate representation of color #66594C: hue angle of 30º 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 #66594C is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1028976-
CMYK00.130.250.6
HSL30º14.61%34.9%-
HSV(B)30º25.49%40%-
XYZ10.3610.498.32-
YUV91.4119.31135.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=38.20%
G=33.33%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102897600.130.250.63014.6134.9
Hex66594C0D193C1ef23
Octal1461311140153174361743
Binary1100110101100110011000110111001111100111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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