#675548

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

Shades of Quincy #675548

Tints of Quincy #675548

Color information

#675548 (or 0x675548) is unknown color: approx Quincy. HEX triplet: 67, 55 and 48. RGB value is (103,85,72). Sum of RGB (Red+Green+Blue) = 103+85+72=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #675548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675548 is #98AAB7. Grayscale: #585858. Windows color (decimal): -10005176 or 4740455. OLE color: 4740455.

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

Color convert

RGB1038572-
CMYK00.170.300.60
HSL25.16º17.71%34.31%-
HSV(B)25.16º30.1%40.39%-
XYZ10.019.857.5-
YUV88.9118.46138.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.62%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=39.62%
G=32.69%
B=27.69%

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
Decimal103857200.170.300.6025.1617.7134.31
Hex6755480111E3C191222
Octal1471251100213674312242
Binary110011110101011001000010001111101111001100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675548; }

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

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

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

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

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

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

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

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