Html Css Color HEX #665448 Quincy

📋 copy color: '#665448'

red 102 ◦ green 84 ◦ blue 72

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

Shades of Quincy #665448

Tints of Quincy #665448

RGB

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

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

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

R = 39.53%
G = 32.56%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#665448 (or 0x665448) is known color: Quincy. HEX triplet: 66, 54 and 48. RGB value is (102,84,72). Sum of RGB (Red+Green+Blue) = 102+84+72=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #665448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665448 is #99ABB7. Grayscale: #585858. Windows color (decimal): -10070968 or 4740198. OLE color: 4740198.

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

Color convert

RGB 102 84 72 -
CMYK 0 0.18 0.29 0.6
HSL 24º 0.17% 0.34% -
HSV(B) 24º 0.29% 0.4% -
XYZ 9.82 9.63 7.47 -
YUV 88.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 102 84 72 0 0.18 0.29 0.6 24 0.17 0.34
Hex 66 54 48 0 12 1D 3C 18 11 22
Octal 146 124 110 0 22 35 74 30 21 42
Binary 1100110 1010100 1001000 0 10010 11101 111100 11000 10001 100010

Color Harmonies of #665448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665448

Black with #665448

Text Example


Text Example

White with #665448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665448; }

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

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

background-color css

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

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

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

border-color css

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

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

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