Html Css Color HEX #706251 Makara

📋 copy color: '#706251'

red 112 ◦ green 98 ◦ blue 81

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

Shades of Makara #706251

Tints of Makara #706251

RGB

 RED value IS 112 (44.14% from 255) = 38.49%

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 81 (32.03% from 255) = 27.84%

R = 38.49%
G = 33.68%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#706251 (or 0x706251) is known color: Makara. HEX triplet: 70, 62 and 51. RGB value is (112,98,81). Sum of RGB (Red+Green+Blue) = 112+98+81=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #706251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706251 is #8F9DAE. Grayscale: #646464. Windows color (decimal): -9412015 or 5333616. OLE color: 5333616.

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

Color convert

RGB 112 98 81 -
CMYK 0 0.13 0.28 0.56
HSL 32.9º 0.16% 0.38% -
HSV(B) 32.9º 0.28% 0.44% -
XYZ 12.53 12.77 9.59 -
YUV 100.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 112 98 81 0 0.13 0.28 0.56 32.9 0.16 0.38
Hex 70 62 51 0 D 1C 38 21 10 26
Octal 160 142 121 0 15 34 70 41 20 46
Binary 1110000 1100010 1010001 0 1101 11100 111000 100001 10000 100110

Color Harmonies of #706251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706251

Black with #706251

Text Example


Text Example

White with #706251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706251; }

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

 H1.HeaderClassName
 {
   color: #706251;
 }
 .AnyTagClassName
 {
   color: #706251;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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