#655242

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

Shades of Quincy #655242

Tints of Quincy #655242

Color information

#655242 (or 0x655242) is unknown color: approx Quincy. HEX triplet: 65, 52 and 42. RGB value is (101,82,66). Sum of RGB (Red+Green+Blue) = 101+82+66=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #655242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655242 is #9AADBD. Grayscale: #555555. Windows color (decimal): -10137022 or 4346469. OLE color: 4346469.

HSL color Cylindrical-coordinate representation of color #655242: hue angle of 27.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655242 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1018266-
CMYK00.190.350.60
HSL27.43º20.96%32.75%-
HSV(B)27.43º34.65%39.61%-
XYZ9.379.196.44-
YUV85.86116.79138.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=40.56%
G=32.93%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101826600.190.350.6027.4320.9632.75
Hex655242013233C1b1521
Octal1451221020234374332541
Binary1100101101001010000100100111000111111001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655242; }

 p { color: rgb(101,82,66); }

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

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

 a { background-color: rgb(101,82,66); }

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

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

 span { border-color: rgb(101,82,66); }

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