Html Css Color HEX #665146 Quincy

📋 copy color: '#665146'

red 102 ◦ green 81 ◦ blue 70

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

Shades of Quincy #665146

Tints of Quincy #665146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.02%

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

R = 40.32%
G = 32.02%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#665146 (or 0x665146) is known color: Quincy. HEX triplet: 66, 51 and 46. RGB value is (102,81,70). Sum of RGB (Red+Green+Blue) = 102+81+70=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665146 is #99AEB9. Grayscale: #565656. Windows color (decimal): -10071738 or 4608358. OLE color: 4608358.

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

Color convert

RGB 102 81 70 -
CMYK 0 0.21 0.31 0.6
HSL 20.63º 0.19% 0.34% -
HSV(B) 20.63º 0.31% 0.4% -
XYZ 9.53 9.15 7.06 -
YUV 86.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 102 81 70 0 0.21 0.31 0.6 20.63 0.19 0.34
Hex 66 51 46 0 15 1F 3C 15 13 22
Octal 146 121 106 0 25 37 74 25 23 42
Binary 1100110 1010001 1000110 0 10101 11111 111100 10101 10011 100010

Color Harmonies of #665146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665146

Black with #665146

Text Example


Text Example

White with #665146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665146; }

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

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

background-color css

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

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

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

border-color css

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

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

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