#695143

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

Shades of Quincy #695143

Tints of Quincy #695143

Color information

#695143 (or 0x695143) is unknown color: approx Quincy. HEX triplet: 69, 51 and 43. RGB value is (105,81,67). Sum of RGB (Red+Green+Blue) = 105+81+67=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #695143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695143 is #96AEBC. Grayscale: #565656. Windows color (decimal): -9875133 or 4411753. OLE color: 4411753.

HSL color Cylindrical-coordinate representation of color #695143: hue angle of 22.11º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695143 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1058167-
CMYK00.230.360.59
HSL22.11º22.09%33.73%-
HSV(B)22.11º36.19%41.18%-
XYZ9.789.296.59-
YUV86.58116.95141.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 67 (26.56% from 255) = 26.48%
R=41.50%
G=32.02%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105816700.230.360.5922.1122.0933.73
Hex695143017243B161622
Octal1511211030274473262642
Binary1101001101000110000110101111001001110111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695143; }

 p { color: rgb(105,81,67); }

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

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

 a { background-color: rgb(105,81,67); }

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

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

 span { border-color: rgb(105,81,67); }

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