Html Css Color HEX #665246 Quincy

📋 copy color: '#665246'

red 102 ◦ green 82 ◦ blue 70

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

Shades of Quincy #665246

Tints of Quincy #665246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

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

R = 40.16%
G = 32.28%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#665246 (or 0x665246) is known color: Quincy. HEX triplet: 66, 52 and 46. RGB value is (102,82,70). Sum of RGB (Red+Green+Blue) = 102+82+70=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #665246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665246 is #99ADB9. Grayscale: #565656. Windows color (decimal): -10071482 or 4608614. OLE color: 4608614.

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

Color convert

RGB 102 82 70 -
CMYK 0 0.20 0.31 0.6
HSL 22.5º 0.19% 0.34% -
HSV(B) 22.5º 0.31% 0.4% -
XYZ 9.6 9.3 7.08 -
YUV 86.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 102 82 70 0 0.20 0.31 0.6 22.5 0.19 0.34
Hex 66 52 46 0 14 1F 3C 16 13 22
Octal 146 122 106 0 24 37 74 26 23 42
Binary 1100110 1010010 1000110 0 10100 11111 111100 10110 10011 100010

Color Harmonies of #665246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665246

Black with #665246

Text Example


Text Example

White with #665246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665246; }

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

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

background-color css

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

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

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

border-color css

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

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

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