#675445

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

Shades of Quincy #675445

Tints of Quincy #675445

Color information

#675445 (or 0x675445) is unknown color: approx Quincy. HEX triplet: 67, 54 and 45. RGB value is (103,84,69). Sum of RGB (Red+Green+Blue) = 103+84+69=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #675445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675445 is #98ABBA. Grayscale: #585858. Windows color (decimal): -10005435 or 4543591. OLE color: 4543591.

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

Color convert

RGB1038469-
CMYK00.180.330.60
HSL26.47º19.77%33.73%-
HSV(B)26.47º33.01%40.39%-
XYZ9.849.656.98-
YUV87.97117.29138.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.23%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=40.23%
G=32.81%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103846900.180.330.6026.4719.7733.73
Hex675445012213C1a1422
Octal1471241050224174322442
Binary1100111101010010001010100101000011111001101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675445; }

 p { color: rgb(103,84,69); }

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

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

 a { background-color: rgb(103,84,69); }

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

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

 span { border-color: rgb(103,84,69); }

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