#706514

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

Shades of Olivetone #706514

Tints of Olivetone #706514

Color information

#706514 (or 0x706514) is unknown color: approx Olivetone. HEX triplet: 70, 65 and 14. RGB value is (112,101,20). Sum of RGB (Red+Green+Blue) = 112+101+20=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706514 is #8F9AEB. Grayscale: #5F5F5F. Windows color (decimal): -9411308 or 1336688. OLE color: 1336688.

HSL color Cylindrical-coordinate representation of color #706514: hue angle of 52.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #706514 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB11210120-
CMYK00.100.820.56
HSL52.83º69.7%25.88%-
HSV(B)52.83º82.14%43.92%-
XYZ11.4612.82.53-
YUV95.0685.64140.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=48.07%
G=43.35%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121012000.100.820.5652.8369.725.88
Hex7065140A523835461a
Octal16014524012122706510632
Binary1110000110010110100010101010010111000110101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706514; }

 p { color: rgb(112,101,20); }

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

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

 a { background-color: rgb(112,101,20); }

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

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

 span { border-color: rgb(112,101,20); }

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