Html Css Color HEX #706150 Makara

📋 copy color: '#706150'

red 112 ◦ green 97 ◦ blue 80

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

Shades of Makara #706150

Tints of Makara #706150

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 value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#706150 (or 0x706150) is known color: 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

RGB 112 97 80 -
CMYK 0 0.13 0.29 0.56
HSL 31.88º 0.17% 0.38% -
HSV(B) 31.88º 0.29% 0.44% -
XYZ 12.4 12.57 9.36 -
YUV 99.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 112 97 80 0 0.13 0.29 0.56 31.88 0.17 0.38
Hex 70 61 50 0 D 1D 38 20 11 26
Octal 160 141 120 0 15 35 70 40 21 46
Binary 1110000 1100001 1010000 0 1101 11101 111000 100000 10001 100110

Color Harmonies of #706150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706150

Black with #706150

Text Example


Text Example

White with #706150

Text Example


Text Example

HTML Codes & Css Web 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>