Html Css Color HEX #735646 Quincy

📋 copy color: '#735646'

red 115 ◦ green 86 ◦ blue 70

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

Shades of Quincy #735646

Tints of Quincy #735646

RGB

 RED value IS 115 (45.31% from 255) = 42.44%

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

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

R = 42.44%
G = 31.73%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#735646 (or 0x735646) is known color: Quincy. HEX triplet: 73, 56 and 46. RGB value is (115,86,70). Sum of RGB (Red+Green+Blue) = 115+86+70=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735646 is #8CA9B9. Grayscale: #5C5C5C. Windows color (decimal): -9218490 or 4609651. OLE color: 4609651.

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

Color convert

RGB 115 86 70 -
CMYK 0 0.25 0.39 0.55
HSL 21.33º 0.24% 0.36% -
HSV(B) 21.33º 0.39% 0.45% -
XYZ 11.5 10.74 7.26 -
YUV 92.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 115 86 70 0 0.25 0.39 0.55 21.33 0.24 0.36
Hex 73 56 46 0 19 27 37 15 18 24
Octal 163 126 106 0 31 47 67 25 30 44
Binary 1110011 1010110 1000110 0 11001 100111 110111 10101 11000 100100

Color Harmonies of #735646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735646

Black with #735646

Text Example


Text Example

White with #735646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735646; }

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

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

background-color css

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

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

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

border-color css

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

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

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