Html Css Color HEX #655346 Quincy

📋 copy color: '#655346'

red 101 ◦ green 83 ◦ blue 70

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

Shades of Quincy #655346

Tints of Quincy #655346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

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

R = 39.76%
G = 32.68%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#655346 (or 0x655346) is known color: Quincy. HEX triplet: 65, 53 and 46. RGB value is (101,83,70). Sum of RGB (Red+Green+Blue) = 101+83+70=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655346 is #9AACB9. Grayscale: #565656. Windows color (decimal): -10136762 or 4608869. OLE color: 4608869.

HSL color Cylindrical-coordinate representation of color #655346: hue angle of 25.16º 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 #655346 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 83 70 -
CMYK 0 0.18 0.31 0.60
HSL 25.16º 0.18% 0.34% -
HSV(B) 25.16º 0.31% 0.4% -
XYZ 9.57 9.4 7.1 -
YUV 86.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 101 83 70 0 0.18 0.31 0.60 25.16 0.18 0.34
Hex 65 53 46 0 12 1F 3C 19 12 22
Octal 145 123 106 0 22 37 74 31 22 42
Binary 1100101 1010011 1000110 0 10010 11111 111100 11001 10010 100010

Color Harmonies of #655346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655346

Black with #655346

Text Example


Text Example

White with #655346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655346; }

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

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

background-color css

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

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

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

border-color css

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

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

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