#685848

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

Shades of Domino #685848

Tints of Domino #685848

Color information

#685848 (or 0x685848) is unknown color: approx Domino. HEX triplet: 68, 58 and 48. RGB value is (104,88,72). Sum of RGB (Red+Green+Blue) = 104+88+72=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #685848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685848 is #97A7B7. Grayscale: #5B5B5B. Windows color (decimal): -9938872 or 4741224. OLE color: 4741224.

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

Color convert

RGB1048872-
CMYK00.150.310.59
HSL30º18.18%34.51%-
HSV(B)30º30.77%40.78%-
XYZ10.3710.397.59-
YUV90.96117.3137.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=39.39%
G=33.33%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104887200.150.310.593018.1834.51
Hex6858480F1F3B1e1223
Octal1501301100173773362243
Binary11010001011000100100001111111111110111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685848; }

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

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

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

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

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

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

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

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