#68584C

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

Shades of Domino #68584C

Tints of Domino #68584C

Color information

#68584C (or 0x68584C) is unknown color: approx Domino. HEX triplet: 68, 58 and 4C. RGB value is (104,88,76). Sum of RGB (Red+Green+Blue) = 104+88+76=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68584C is #97A7B3. Grayscale: #5B5B5B. Windows color (decimal): -9938868 or 5003368. OLE color: 5003368.

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

Color convert

RGB1048876-
CMYK00.150.270.59
HSL25.71º15.56%35.29%-
HSV(B)25.71º26.92%40.78%-
XYZ10.510.448.3-
YUV91.42119.3136.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=38.81%
G=32.84%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104887600.150.270.5925.7115.5635.29
Hex68584C0F1B3B1a1023
Octal1501301140173373322043
Binary11010001011000100110001111110111110111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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