#645243

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

Shades of Quincy #645243

Tints of Quincy #645243

Color information

#645243 (or 0x645243) is unknown color: approx Quincy. HEX triplet: 64, 52 and 43. RGB value is (100,82,67). Sum of RGB (Red+Green+Blue) = 100+82+67=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645243 is #9BADBC. Grayscale: #555555. Windows color (decimal): -10202557 or 4412004. OLE color: 4412004.

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

Color convert

RGB1008267-
CMYK00.180.330.61
HSL27.27º19.76%32.75%-
HSV(B)27.27º33%39.22%-
XYZ9.299.156.59-
YUV85.67117.46138.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=40.16%
G=32.93%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100826700.180.330.6127.2719.7632.75
Hex645243012213D1b1421
Octal1441221030224175332441
Binary1100100101001010000110100101000011111011101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645243; }

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

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

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

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

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

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

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

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