#68584A

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

Shades of Domino #68584A

Tints of Domino #68584A

Color information

#68584A (or 0x68584A) is unknown color: approx Domino. HEX triplet: 68, 58 and 4A. RGB value is (104,88,74). Sum of RGB (Red+Green+Blue) = 104+88+74=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68584A is #97A7B5. Grayscale: #5B5B5B. Windows color (decimal): -9938870 or 4872296. OLE color: 4872296.

HSL color Cylindrical-coordinate representation of color #68584A: hue angle of 28º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68584A is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1048874-
CMYK00.150.290.59
HSL28º16.85%34.9%-
HSV(B)28º28.85%40.78%-
XYZ10.4310.427.94-
YUV91.19118.3137.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=39.10%
G=33.08%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104887400.150.290.592816.8534.9
Hex68584A0F1D3B1c1123
Octal1501301120173573342143
Binary11010001011000100101001111111011110111110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68584A; }

 p { color: rgb(104,88,74); }

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

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

 a { background-color: rgb(104,88,74); }

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

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

 span { border-color: rgb(104,88,74); }

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