Html Css Color HEX #665449 Quincy

📋 copy color: '#665449'

red 102 ◦ green 84 ◦ blue 73

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

Shades of Quincy #665449

Tints of Quincy #665449

RGB

 RED value IS 102 (40.23% from 255) = 39.38%

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 39.38%
G = 32.43%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#665449 (or 0x665449) is known color: Quincy. HEX triplet: 66, 54 and 49. RGB value is (102,84,73). Sum of RGB (Red+Green+Blue) = 102+84+73=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #665449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665449 is #99ABB6. Grayscale: #585858. Windows color (decimal): -10070967 or 4805734. OLE color: 4805734.

HSL color Cylindrical-coordinate representation of color #665449: 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.28%. Process color model (Four color, CMYK) of #665449 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 84 73 -
CMYK 0 0.18 0.28 0.6
HSL 22.76º 0.17% 0.34% -
HSV(B) 22.76º 0.28% 0.4% -
XYZ 9.85 9.65 7.65 -
YUV 88.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 102 84 73 0 0.18 0.28 0.6 22.76 0.17 0.34
Hex 66 54 49 0 12 1C 3C 17 11 22
Octal 146 124 111 0 22 34 74 27 21 42
Binary 1100110 1010100 1001001 0 10010 11100 111100 10111 10001 100010

Color Harmonies of #665449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665449

Black with #665449

Text Example


Text Example

White with #665449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665449; }

 p { color: rgb(102,84,73); }

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

background-color css

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

 a { background-color: rgb(102,84,73); }

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

border-color css

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

 span { border-color: rgb(102,84,73); }

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