#675648

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

Shades of Quincy #675648

Tints of Quincy #675648

Color information

#675648 (or 0x675648) is unknown color: approx Quincy. HEX triplet: 67, 56 and 48. RGB value is (103,86,72). Sum of RGB (Red+Green+Blue) = 103+86+72=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #675648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675648 is #98A9B7. Grayscale: #595959. Windows color (decimal): -10004920 or 4740711. OLE color: 4740711.

HSL color Cylindrical-coordinate representation of color #675648: hue angle of 27.1º 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 #675648 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1038672-
CMYK00.170.300.60
HSL27.1º17.71%34.31%-
HSV(B)27.1º30.1%40.39%-
XYZ10.0910.017.53-
YUV89.49118.13137.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.46%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=39.46%
G=32.95%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103867200.170.300.6027.117.7134.31
Hex6756480111E3C1b1222
Octal1471261100213674332242
Binary110011110101101001000010001111101111001101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675648; }

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

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

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

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

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

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

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

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