#645245

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

Shades of Quincy #645245

Tints of Quincy #645245

Color information

#645245 (or 0x645245) is unknown color: approx Quincy. HEX triplet: 64, 52 and 45. RGB value is (100,82,69). Sum of RGB (Red+Green+Blue) = 100+82+69=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #645245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645245 is #9BADBA. Grayscale: #555555. Windows color (decimal): -10202555 or 4543076. OLE color: 4543076.

HSL color Cylindrical-coordinate representation of color #645245: hue angle of 25.16º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645245 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB1008269-
CMYK00.180.310.61
HSL25.16º18.34%33.14%-
HSV(B)25.16º31%39.22%-
XYZ9.359.176.91-
YUV85.9118.46138.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=39.84%
G=32.67%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100826900.180.310.6125.1618.3433.14
Hex6452450121F3D191221
Octal1441221050223775312241
Binary110010010100101000101010010111111111011100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645245; }

 p { color: rgb(100,82,69); }

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

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

 a { background-color: rgb(100,82,69); }

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

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

 span { border-color: rgb(100,82,69); }

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