#706250

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

Shades of Makara #706250

Tints of Makara #706250

Color information

#706250 (or 0x706250) is unknown color: approx Makara. HEX triplet: 70, 62 and 50. RGB value is (112,98,80). Sum of RGB (Red+Green+Blue) = 112+98+80=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706250 is #8F9DAF. Grayscale: #646464. Windows color (decimal): -9412016 or 5268080. OLE color: 5268080.

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

Color convert

RGB1129880-
CMYK00.130.290.56
HSL33.75º16.67%37.65%-
HSV(B)33.75º28.57%43.92%-
XYZ12.512.769.39-
YUV100.13116.64136.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=38.62%
G=33.79%
B=27.59%

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
Decimal112988000.130.290.5633.7516.6737.65
Hex7062500D1D38221126
Octal1601421200153570422146
Binary111000011000101010000011011110111100010001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706250; }

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

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

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

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

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

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

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

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