Html Css Color HEX #665446 Quincy

📋 copy color: '#665446'

red 102 ◦ green 84 ◦ blue 70

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

Shades of Quincy #665446

Tints of Quincy #665446

RGB

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

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

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

R = 39.84%
G = 32.81%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#665446 (or 0x665446) is known color: Quincy. HEX triplet: 66, 54 and 46. RGB value is (102,84,70). Sum of RGB (Red+Green+Blue) = 102+84+70=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665446 is #99ABB9. Grayscale: #575757. Windows color (decimal): -10070970 or 4609126. OLE color: 4609126.

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

Color convert

RGB 102 84 70 -
CMYK 0 0.18 0.31 0.6
HSL 26.25º 0.19% 0.34% -
HSV(B) 26.25º 0.31% 0.4% -
XYZ 9.76 9.61 7.13 -
YUV 87.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 102 84 70 0 0.18 0.31 0.6 26.25 0.19 0.34
Hex 66 54 46 0 12 1F 3C 1A 13 22
Octal 146 124 106 0 22 37 74 32 23 42
Binary 1100110 1010100 1000110 0 10010 11111 111100 11010 10011 100010

Color Harmonies of #665446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665446

Black with #665446

Text Example


Text Example

White with #665446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665446; }

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

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

background-color css

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

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

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

border-color css

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

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

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