Html Css Color HEX #706351 Makara

📋 copy color: '#706351'

red 112 ◦ green 99 ◦ blue 81

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

Shades of Makara #706351

Tints of Makara #706351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 38.36%
G = 33.9%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#706351 (or 0x706351) is known color: Makara. HEX triplet: 70, 63 and 51. RGB value is (112,99,81). Sum of RGB (Red+Green+Blue) = 112+99+81=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706351 is #8F9CAE. Grayscale: #646464. Windows color (decimal): -9411759 or 5333872. OLE color: 5333872.

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

Color convert

RGB 112 99 81 -
CMYK 0 0.12 0.28 0.56
HSL 34.84º 0.16% 0.38% -
HSV(B) 34.84º 0.28% 0.44% -
XYZ 12.63 12.96 9.62 -
YUV 100.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 112 99 81 0 0.12 0.28 0.56 34.84 0.16 0.38
Hex 70 63 51 0 C 1C 38 23 10 26
Octal 160 143 121 0 14 34 70 43 20 46
Binary 1110000 1100011 1010001 0 1100 11100 111000 100011 10000 100110

Color Harmonies of #706351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706351

Black with #706351

Text Example


Text Example

White with #706351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706351; }

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

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

background-color css

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

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

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

border-color css

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

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

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