Html Css Color HEX #706D31 Olivetone

📋 copy color: '#706D31'

red 112 ◦ green 109 ◦ blue 49

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

Shades of Olivetone #706D31

Tints of Olivetone #706D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 41.48%
G = 40.37%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#706D31 (or 0x706D31) is known color: Olivetone. HEX triplet: 70, 6D and 31. RGB value is (112,109,49). Sum of RGB (Red+Green+Blue) = 112+109+49=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #706D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D31 is #8F92CE. Grayscale: #676767. Windows color (decimal): -9409231 or 3239280. OLE color: 3239280.

HSL color Cylindrical-coordinate representation of color #706D31: hue angle of 57.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706D31 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 109 49 -
CMYK 0 0.03 0.56 0.56
HSL 57.14º 0.39% 0.32% -
HSV(B) 57.14º 0.56% 0.44% -
XYZ 12.71 14.6 5.05 -
YUV 103.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 112 109 49 0 0.03 0.56 0.56 57.14 0.39 0.32
Hex 70 6D 31 0 3 38 38 39 27 20
Octal 160 155 61 0 3 70 70 71 47 40
Binary 1110000 1101101 110001 0 11 111000 111000 111001 100111 100000

Color Harmonies of #706D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D31

Black with #706D31

Text Example


Text Example

White with #706D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706D31; }

 p { color: rgb(112,109,49); }

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

background-color css

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

 a { background-color: rgb(112,109,49); }

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

border-color css

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

 span { border-color: rgb(112,109,49); }

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