#645042

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

Shades of Quincy #645042

Tints of Quincy #645042

Color information

#645042 (or 0x645042) is unknown color: approx Quincy. HEX triplet: 64, 50 and 42. RGB value is (100,80,66). Sum of RGB (Red+Green+Blue) = 100+80+66=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #645042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645042 is #9BAFBD. Grayscale: #545454. Windows color (decimal): -10203070 or 4345956. OLE color: 4345956.

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

Color convert

RGB1008066-
CMYK00.20.340.61
HSL24.71º20.48%32.55%-
HSV(B)24.71º34%39.22%-
XYZ9.118.846.38-
YUV84.38117.63139.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=40.65%
G=32.52%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100806600.20.340.6124.7120.4832.55
Hex645042014223D191421
Octal1441201020244275312441
Binary1100100101000010000100101001000101111011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645042; }

 p { color: rgb(100,80,66); }

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

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

 a { background-color: rgb(100,80,66); }

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

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

 span { border-color: rgb(100,80,66); }

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