Html Css Color HEX #704656 Finn

📋 copy color: '#704656'

red 112 ◦ green 70 ◦ blue 86

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

Shades of Finn #704656

Tints of Finn #704656

RGB

 RED value IS 112 (44.14% from 255) = 41.79%

 GREEN value IS 70 (27.73% from 255) = 26.12%

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 41.79%
G = 26.12%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#704656 (or 0x704656) is known color: Finn. HEX triplet: 70, 46 and 56. RGB value is (112,70,86). Sum of RGB (Red+Green+Blue) = 112+70+86=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #704656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704656 is #8FB9A9. Grayscale: #545454. Windows color (decimal): -9419178 or 5654128. OLE color: 5654128.

HSL color Cylindrical-coordinate representation of color #704656: hue angle of 337.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704656 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 86 -
CMYK 0 0.38 0.23 0.56
HSL 337.14º 0.23% 0.36% -
HSV(B) 337.14º 0.38% 0.44% -
XYZ 10.55 8.5 9.89 -
YUV 84.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 112 70 86 0 0.38 0.23 0.56 337.14 0.23 0.36
Hex 70 46 56 0 26 17 38 151 17 24
Octal 160 106 126 0 46 27 70 521 27 44
Binary 1110000 1000110 1010110 0 100110 10111 111000 101010001 10111 100100

Color Harmonies of #704656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704656

Black with #704656

Text Example


Text Example

White with #704656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704656; }

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

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

background-color css

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

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

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

border-color css

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

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

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