#706A0D

Color #706A0D Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #706A0D

Tints of Olivetone #706A0D

Color information

#706A0D (or 0x706A0D) is unknown color: approx Olivetone. HEX triplet: 70, 6A and 0D. RGB value is (112,106,13). Sum of RGB (Red+Green+Blue) = 112+106+13=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A0D is #8F95F2. Grayscale: #616161. Windows color (decimal): -9410035 or 879216. OLE color: 879216.

HSL color Cylindrical-coordinate representation of color #706A0D: hue angle of 56.36º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #706A0D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB11210613-
CMYK00.050.880.56
HSL56.36º79.2%24.51%-
HSV(B)56.36º88.39%43.92%-
XYZ11.9113.782.41-
YUV97.1980.49138.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 106 (41.80% from 255) = 45.89%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=48.48%
G=45.89%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121061300.050.880.5656.3679.224.51
Hex706AD055838384f19
Octal1601521505130707011731
Binary11100001101010110101011011000111000111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,13); }

 H1.HeaderClassName
 {
   color: #706A0D;
 }
 .AnyTagClassName
 {
   color: #706A0D;
 }
</style>
background-color css

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

 a { background-color: rgb(112,106,13); }

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

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

 span { border-color: rgb(112,106,13); }

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