Html Css Color HEX #655044 Quincy

📋 copy color: '#655044'

red 101 ◦ green 80 ◦ blue 68

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

Shades of Quincy #655044

Tints of Quincy #655044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 40.56%
G = 32.13%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#655044 (or 0x655044) is known color: Quincy. HEX triplet: 65, 50 and 44. RGB value is (101,80,68). Sum of RGB (Red+Green+Blue) = 101+80+68=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #655044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655044 is #9AAFBB. Grayscale: #545454. Windows color (decimal): -10137532 or 4477029. OLE color: 4477029.

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

Color convert

RGB 101 80 68 -
CMYK 0 0.21 0.33 0.60
HSL 21.82º 0.2% 0.33% -
HSV(B) 21.82º 0.33% 0.4% -
XYZ 9.28 8.92 6.7 -
YUV 84.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 101 80 68 0 0.21 0.33 0.60 21.82 0.2 0.33
Hex 65 50 44 0 15 21 3C 16 14 21
Octal 145 120 104 0 25 41 74 26 24 41
Binary 1100101 1010000 1000100 0 10101 100001 111100 10110 10100 100001

Color Harmonies of #655044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655044

Black with #655044

Text Example


Text Example

White with #655044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655044; }

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

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

background-color css

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

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

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

border-color css

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

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

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