#70614E

Color #70614E Makara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Makara #70614E

Tints of Makara #70614E

Color information

#70614E (or 0x70614E) is unknown color: approx Makara. HEX triplet: 70, 61 and 4E. RGB value is (112,97,78). Sum of RGB (Red+Green+Blue) = 112+97+78=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70614E is #8F9EB1. Grayscale: #636363. Windows color (decimal): -9412274 or 5136752. OLE color: 5136752.

HSL color Cylindrical-coordinate representation of color #70614E: hue angle of 33.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70614E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1129778-
CMYK00.130.300.56
HSL33.53º17.89%37.25%-
HSV(B)33.53º30.36%43.92%-
XYZ12.3312.548.98-
YUV99.32115.97137.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=39.02%
G=33.80%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112977800.130.300.5633.5317.8937.25
Hex70614E0D1E38221225
Octal1601411160153670422245
Binary111000011000011001110011011111011100010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70614E; }

 p { color: rgb(112,97,78); }

 H1.HeaderClassName
 {
   color: #70614E;
 }
 .AnyTagClassName
 {
   color: #70614E;
 }
</style>
background-color css

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

 a { background-color: rgb(112,97,78); }

 div.DivClassName
 {
   background-color: #70614E;
 }
 .BgClassName
 {
   background-color: #70614E;
 }
</style>
border-color css

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

 span { border-color: rgb(112,97,78); }

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