#675140

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

Shades of Quincy #675140

Tints of Quincy #675140

Color information

#675140 (or 0x675140) is unknown color: approx Quincy. HEX triplet: 67, 51 and 40. RGB value is (103,81,64). Sum of RGB (Red+Green+Blue) = 103+81+64=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #675140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675140 is #98AEBF. Grayscale: #555555. Windows color (decimal): -10006208 or 4215143. OLE color: 4215143.

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

Color convert

RGB1038164-
CMYK00.210.380.60
HSL26.15º23.35%32.75%-
HSV(B)26.15º37.86%40.39%-
XYZ9.469.146.12-
YUV85.64115.79140.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=41.53%
G=32.66%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103816400.210.380.6026.1523.3532.75
Hex675140015263C1a1721
Octal1471211000254674322741
Binary1100111101000110000000101011001101111001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675140; }

 p { color: rgb(103,81,64); }

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

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

 a { background-color: rgb(103,81,64); }

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

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

 span { border-color: rgb(103,81,64); }

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