#705645

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

Shades of Quincy #705645

Tints of Quincy #705645

Color information

#705645 (or 0x705645) is unknown color: approx Quincy. HEX triplet: 70, 56 and 45. RGB value is (112,86,69). Sum of RGB (Red+Green+Blue) = 112+86+69=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705645 is #8FA9BA. Grayscale: #5B5B5B. Windows color (decimal): -9415099 or 4544112. OLE color: 4544112.

HSL color Cylindrical-coordinate representation of color #705645: hue angle of 23.72º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705645 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1128669-
CMYK00.230.380.56
HSL23.72º23.76%35.49%-
HSV(B)23.72º38.39%43.92%-
XYZ11.0810.537.08-
YUV91.84115.11142.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=41.95%
G=32.21%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112866900.230.380.5623.7223.7635.49
Hex7056450172638181823
Octal1601261050274670303043
Binary1110000101011010001010101111001101110001100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705645; }

 p { color: rgb(112,86,69); }

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

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

 a { background-color: rgb(112,86,69); }

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

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

 span { border-color: rgb(112,86,69); }

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