#68584E

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

Shades of Domino #68584E

Tints of Domino #68584E

Color information

#68584E (or 0x68584E) is unknown color: approx Domino. HEX triplet: 68, 58 and 4E. RGB value is (104,88,78). Sum of RGB (Red+Green+Blue) = 104+88+78=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #68584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68584E is #97A7B1. Grayscale: #5B5B5B. Windows color (decimal): -9938866 or 5134440. OLE color: 5134440.

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

Color convert

RGB1048878-
CMYK00.150.250.59
HSL23.08º14.29%35.69%-
HSV(B)23.08º25%40.78%-
XYZ10.5710.478.67-
YUV91.64120.3136.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=38.52%
G=32.59%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104887800.150.250.5923.0814.2935.69
Hex68584E0F193B17e24
Octal1501301160173173271644
Binary1101000101100010011100111111001111011101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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