Html Css Color HEX #704651 Finn

📋 copy color: '#704651'

red 112 ◦ green 70 ◦ blue 81

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

Shades of Finn #704651

Tints of Finn #704651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 42.59%
G = 26.62%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#704651 (or 0x704651) is known color: Finn. HEX triplet: 70, 46 and 51. RGB value is (112,70,81). Sum of RGB (Red+Green+Blue) = 112+70+81=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #704651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704651 is #8FB9AE. Grayscale: #535353. Windows color (decimal): -9419183 or 5326448. OLE color: 5326448.

HSL color Cylindrical-coordinate representation of color #704651: hue angle of 344.29º 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 #704651 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 81 -
CMYK 0 0.38 0.28 0.56
HSL 344.29º 0.23% 0.36% -
HSV(B) 344.29º 0.38% 0.44% -
XYZ 10.36 8.42 8.86 -
YUV 83.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 112 70 81 0 0.38 0.28 0.56 344.29 0.23 0.36
Hex 70 46 51 0 26 1C 38 158 17 24
Octal 160 106 121 0 46 34 70 530 27 44
Binary 1110000 1000110 1010001 0 100110 11100 111000 101011000 10111 100100

Color Harmonies of #704651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704651

Black with #704651

Text Example


Text Example

White with #704651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704651; }

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

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

background-color css

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

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

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

border-color css

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

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

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