Html Css Color HEX #655348 Quincy

📋 copy color: '#655348'

red 101 ◦ green 83 ◦ blue 72

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

Shades of Quincy #655348

Tints of Quincy #655348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 39.45%
G = 32.42%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#655348 (or 0x655348) is known color: Quincy. HEX triplet: 65, 53 and 48. RGB value is (101,83,72). Sum of RGB (Red+Green+Blue) = 101+83+72=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #655348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655348 is #9AACB7. Grayscale: #575757. Windows color (decimal): -10136760 or 4739941. OLE color: 4739941.

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

Color convert

RGB 101 83 72 -
CMYK 0 0.18 0.29 0.60
HSL 22.76º 0.17% 0.34% -
HSV(B) 22.76º 0.29% 0.4% -
XYZ 9.63 9.42 7.44 -
YUV 87.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 101 83 72 0 0.18 0.29 0.60 22.76 0.17 0.34
Hex 65 53 48 0 12 1D 3C 17 11 22
Octal 145 123 110 0 22 35 74 27 21 42
Binary 1100101 1010011 1001000 0 10010 11101 111100 10111 10001 100010

Color Harmonies of #655348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655348

Black with #655348

Text Example


Text Example

White with #655348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655348; }

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

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

background-color css

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

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

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

border-color css

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

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

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