Html Css Color HEX #655146 Quincy

📋 copy color: '#655146'

red 101 ◦ green 81 ◦ blue 70

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

Shades of Quincy #655146

Tints of Quincy #655146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 40.08%
G = 32.14%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#655146 (or 0x655146) is known color: Quincy. HEX triplet: 65, 51 and 46. RGB value is (101,81,70). Sum of RGB (Red+Green+Blue) = 101+81+70=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #655146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655146 is #9AAEB9. Grayscale: #555555. Windows color (decimal): -10137274 or 4608357. OLE color: 4608357.

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

Color convert

RGB 101 81 70 -
CMYK 0 0.20 0.31 0.60
HSL 21.29º 0.18% 0.34% -
HSV(B) 21.29º 0.31% 0.4% -
XYZ 9.41 9.09 7.05 -
YUV 85.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 101 81 70 0 0.20 0.31 0.60 21.29 0.18 0.34
Hex 65 51 46 0 14 1F 3C 15 12 22
Octal 145 121 106 0 24 37 74 25 22 42
Binary 1100101 1010001 1000110 0 10100 11111 111100 10101 10010 100010

Color Harmonies of #655146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655146

Black with #655146

Text Example


Text Example

White with #655146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655146; }

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

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

background-color css

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

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

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

border-color css

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

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

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