Html Css Color HEX #655247 Quincy

📋 copy color: '#655247'

red 101 ◦ green 82 ◦ blue 71

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

Shades of Quincy #655247

Tints of Quincy #655247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 39.76%
G = 32.28%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#655247 (or 0x655247) is known color: Quincy. HEX triplet: 65, 52 and 47. RGB value is (101,82,71). Sum of RGB (Red+Green+Blue) = 101+82+71=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655247 is #9AADB8. Grayscale: #565656. Windows color (decimal): -10137017 or 4674149. OLE color: 4674149.

HSL color Cylindrical-coordinate representation of color #655247: hue angle of 22º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #655247 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 82 71 -
CMYK 0 0.19 0.30 0.60
HSL 22º 0.17% 0.34% -
HSV(B) 22º 0.3% 0.4% -
XYZ 9.52 9.26 7.25 -
YUV 86.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 101 82 71 0 0.19 0.30 0.60 22 0.17 0.34
Hex 65 52 47 0 13 1E 3C 16 11 22
Octal 145 122 107 0 23 36 74 26 21 42
Binary 1100101 1010010 1000111 0 10011 11110 111100 10110 10001 100010

Color Harmonies of #655247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655247

Black with #655247

Text Example


Text Example

White with #655247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655247; }

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

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

background-color css

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

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

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

border-color css

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

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

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