#706150

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

Shades of Makara #706150

Tints of Makara #706150

Color information

#706150 (or 0x706150) is unknown color: approx Makara. HEX triplet: 70, 61 and 50. RGB value is (112,97,80). Sum of RGB (Red+Green+Blue) = 112+97+80=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706150 is #8F9EAF. Grayscale: #636363. Windows color (decimal): -9412272 or 5267824. OLE color: 5267824.

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

Color convert

RGB1129780-
CMYK00.130.290.56
HSL31.88º16.67%37.65%-
HSV(B)31.88º28.57%43.92%-
XYZ12.412.579.36-
YUV99.55116.97136.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=38.75%
G=33.56%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112978000.130.290.5631.8816.6737.65
Hex7061500D1D38201126
Octal1601411200153570402146
Binary111000011000011010000011011110111100010000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706150; }

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

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

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

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

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

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

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

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