#675346

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

Shades of Quincy #675346

Tints of Quincy #675346

Color information

#675346 (or 0x675346) is unknown color: approx Quincy. HEX triplet: 67, 53 and 46. RGB value is (103,83,70). Sum of RGB (Red+Green+Blue) = 103+83+70=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #675346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675346 is #98ACB9. Grayscale: #575757. Windows color (decimal): -10005690 or 4608871. OLE color: 4608871.

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

Color convert

RGB1038370-
CMYK00.190.320.60
HSL23.64º19.08%33.92%-
HSV(B)23.64º32.04%40.39%-
XYZ9.799.517.11-
YUV87.5118.13139.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.23%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=40.23%
G=32.42%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103837000.190.320.6023.6419.0833.92
Hex675346013203C181322
Octal1471231060234074302342
Binary1100111101001110001100100111000001111001100010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675346; }

 p { color: rgb(103,83,70); }

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

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

 a { background-color: rgb(103,83,70); }

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

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

 span { border-color: rgb(103,83,70); }

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