Html Css Color HEX #745646 Quincy

📋 copy color: '#745646'

red 116 ◦ green 86 ◦ blue 70

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

Shades of Quincy #745646

Tints of Quincy #745646

RGB

 RED value IS 116 (45.7% from 255) = 42.65%

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 42.65%
G = 31.62%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#745646 (or 0x745646) is known color: Quincy. HEX triplet: 74, 56 and 46. RGB value is (116,86,70). Sum of RGB (Red+Green+Blue) = 116+86+70=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #745646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745646 is #8BA9B9. Grayscale: #5D5D5D. Windows color (decimal): -9152954 or 4609652. OLE color: 4609652.

HSL color Cylindrical-coordinate representation of color #745646: hue angle of 20.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745646 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 70 -
CMYK 0 0.26 0.40 0.55
HSL 20.87º 0.25% 0.36% -
HSV(B) 20.87º 0.4% 0.45% -
XYZ 11.64 10.81 7.27 -
YUV 93.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 116 86 70 0 0.26 0.40 0.55 20.87 0.25 0.36
Hex 74 56 46 0 1A 28 37 15 19 24
Octal 164 126 106 0 32 50 67 25 31 44
Binary 1110100 1010110 1000110 0 11010 101000 110111 10101 11001 100100

Color Harmonies of #745646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745646

Black with #745646

Text Example


Text Example

White with #745646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745646; }

 p { color: rgb(116,86,70); }

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

background-color css

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

 a { background-color: rgb(116,86,70); }

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

border-color css

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

 span { border-color: rgb(116,86,70); }

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