Html Css Color HEX #706E2B Olivetone

📋 copy color: '#706E2B'

red 112 ◦ green 110 ◦ blue 43

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

Shades of Olivetone #706E2B

Tints of Olivetone #706E2B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.51%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 42.26%
G = 41.51%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#706E2B (or 0x706E2B) is known color: Olivetone. HEX triplet: 70, 6E and 2B. RGB value is (112,110,43). Sum of RGB (Red+Green+Blue) = 112+110+43=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E2B is #8F91D4. Grayscale: #676767. Windows color (decimal): -9408981 or 2846320. OLE color: 2846320.

HSL color Cylindrical-coordinate representation of color #706E2B: hue angle of 58.26º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #706E2B is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 43 -
CMYK 0 0.02 0.62 0.56
HSL 58.26º 0.45% 0.3% -
HSV(B) 58.26º 0.62% 0.44% -
XYZ 12.69 14.77 4.47 -
YUV 102.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 112 110 43 0 0.02 0.62 0.56 58.26 0.45 0.3
Hex 70 6E 2B 0 2 3E 38 3A 2D 1E
Octal 160 156 53 0 2 76 70 72 55 36
Binary 1110000 1101110 101011 0 10 111110 111000 111010 101101 11110

Color Harmonies of #706E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E2B

Black with #706E2B

Text Example


Text Example

White with #706E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,43); }

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

background-color css

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

 a { background-color: rgb(112,110,43); }

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

border-color css

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

 span { border-color: rgb(112,110,43); }

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