#655142

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

Shades of Quincy #655142

Tints of Quincy #655142

Color information

#655142 (or 0x655142) is unknown color: approx Quincy. HEX triplet: 65, 51 and 42. RGB value is (101,81,66). Sum of RGB (Red+Green+Blue) = 101+81+66=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #655142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655142 is #9AAEBD. Grayscale: #555555. Windows color (decimal): -10137278 or 4346213. OLE color: 4346213.

HSL color Cylindrical-coordinate representation of color #655142: hue angle of 25.71º 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 #655142 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1018166-
CMYK00.200.350.60
HSL25.71º20.96%32.75%-
HSV(B)25.71º34.65%39.61%-
XYZ9.299.046.41-
YUV85.27117.13139.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=40.73%
G=32.66%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101816600.200.350.6025.7120.9632.75
Hex655142014233C1a1521
Octal1451211020244374322541
Binary1100101101000110000100101001000111111001101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655142; }

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

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

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

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

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

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

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

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