#655043

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

Shades of Quincy #655043

Tints of Quincy #655043

Color information

#655043 (or 0x655043) is unknown color: approx Quincy. HEX triplet: 65, 50 and 43. RGB value is (101,80,67). Sum of RGB (Red+Green+Blue) = 101+80+67=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #655043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655043 is #9AAFBC. Grayscale: #545454. Windows color (decimal): -10137533 or 4411493. OLE color: 4411493.

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

Color convert

RGB1018067-
CMYK00.210.340.60
HSL22.94º20.24%32.94%-
HSV(B)22.94º33.66%39.61%-
XYZ9.258.916.54-
YUV84.8117.96139.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=40.73%
G=32.26%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101806700.210.340.6022.9420.2432.94
Hex655043015223C171421
Octal1451201030254274272441
Binary1100101101000010000110101011000101111001011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655043; }

 p { color: rgb(101,80,67); }

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

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

 a { background-color: rgb(101,80,67); }

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

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

 span { border-color: rgb(101,80,67); }

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