Html Css Color HEX #655546 Quincy

📋 copy color: '#655546'

red 101 ◦ green 85 ◦ blue 70

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

Shades of Quincy #655546

Tints of Quincy #655546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 39.45%
G = 33.2%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#655546 (or 0x655546) is known color: Quincy. HEX triplet: 65, 55 and 46. RGB value is (101,85,70). Sum of RGB (Red+Green+Blue) = 101+85+70=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #655546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655546 is #9AAAB9. Grayscale: #585858. Windows color (decimal): -10136250 or 4609381. OLE color: 4609381.

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

Color convert

RGB 101 85 70 -
CMYK 0 0.16 0.31 0.60
HSL 29.03º 0.18% 0.34% -
HSV(B) 29.03º 0.31% 0.4% -
XYZ 9.72 9.71 7.16 -
YUV 88.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 101 85 70 0 0.16 0.31 0.60 29.03 0.18 0.34
Hex 65 55 46 0 10 1F 3C 1D 12 22
Octal 145 125 106 0 20 37 74 35 22 42
Binary 1100101 1010101 1000110 0 10000 11111 111100 11101 10010 100010

Color Harmonies of #655546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655546

Black with #655546

Text Example


Text Example

White with #655546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655546; }

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

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

background-color css

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

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

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

border-color css

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

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

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