Html Css Color HEX #655040 Quincy

📋 copy color: '#655040'

red 101 ◦ green 80 ◦ blue 64

#655040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quincy #655040

Tints of Quincy #655040

RGB

 RED value IS 101 (39.84% from 255) = 41.22%

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 41.22%
G = 32.65%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#655040 (or 0x655040) is known color: Quincy. HEX triplet: 65, 50 and 40. RGB value is (101,80,64). Sum of RGB (Red+Green+Blue) = 101+80+64=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #655040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655040 is #9AAFBF. Grayscale: #545454. Windows color (decimal): -10137536 or 4214885. OLE color: 4214885.

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

Color convert

RGB 101 80 64 -
CMYK 0 0.21 0.37 0.60
HSL 25.95º 0.22% 0.32% -
HSV(B) 25.95º 0.37% 0.4% -
XYZ 9.16 8.87 6.08 -
YUV 84.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 101 80 64 0 0.21 0.37 0.60 25.95 0.22 0.32
Hex 65 50 40 0 15 25 3C 1A 16 20
Octal 145 120 100 0 25 45 74 32 26 40
Binary 1100101 1010000 1000000 0 10101 100101 111100 11010 10110 100000

Color Harmonies of #655040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655040

Black with #655040

Text Example


Text Example

White with #655040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655040; }

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

 H1.HeaderClassName
 {
   color: #655040;
 }
 .AnyTagClassName
 {
   color: #655040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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