#70614D

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

Shades of Makara #70614D

Tints of Makara #70614D

Color information

#70614D (or 0x70614D) is unknown color: approx Makara. HEX triplet: 70, 61 and 4D. RGB value is (112,97,77). Sum of RGB (Red+Green+Blue) = 112+97+77=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #70614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70614D is #8F9EB2. Grayscale: #636363. Windows color (decimal): -9412275 or 5071216. OLE color: 5071216.

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

Color convert

RGB1129777-
CMYK00.130.310.56
HSL34.29º18.52%37.06%-
HSV(B)34.29º31.25%43.92%-
XYZ12.312.538.79-
YUV99.2115.47137.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=39.16%
G=33.92%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112977700.130.310.5634.2918.5237.06
Hex70614D0D1F38221325
Octal1601411150153770422345
Binary111000011000011001101011011111111100010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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