#675748

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

Shades of Domino #675748

Tints of Domino #675748

Color information

#675748 (or 0x675748) is unknown color: approx Domino. HEX triplet: 67, 57 and 48. RGB value is (103,87,72). Sum of RGB (Red+Green+Blue) = 103+87+72=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 103 - color contains mainly: red. Hex color #675748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675748 is #98A8B7. Grayscale: #5A5A5A. Windows color (decimal): -10004664 or 4740967. OLE color: 4740967.

HSL color Cylindrical-coordinate representation of color #675748: hue angle of 29.03º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675748 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1038772-
CMYK00.160.300.60
HSL29.03º17.71%34.31%-
HSV(B)29.03º30.1%40.39%-
XYZ10.1710.177.56-
YUV90.07117.8137.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.31%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=39.31%
G=33.21%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103877200.160.300.6029.0317.7134.31
Hex6757480101E3C1d1222
Octal1471271100203674352242
Binary110011110101111001000010000111101111001110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675748; }

 p { color: rgb(103,87,72); }

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

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

 a { background-color: rgb(103,87,72); }

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

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

 span { border-color: rgb(103,87,72); }

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