#706715

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

Shades of Olivetone #706715

Tints of Olivetone #706715

Color information

#706715 (or 0x706715) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 15. RGB value is (112,103,21). Sum of RGB (Red+Green+Blue) = 112+103+21=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #706715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706715 is #8F98EA. Grayscale: #606060. Windows color (decimal): -9410795 or 1402736. OLE color: 1402736.

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

Color convert

RGB11210321-
CMYK00.080.810.56
HSL54.07º68.42%26.08%-
HSV(B)54.07º81.25%43.92%-
XYZ11.6713.22.64-
YUV96.3485.48139.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=47.46%
G=43.64%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121032100.080.810.5654.0768.4226.08
Hex70671508513836441a
Octal16014725010121706610432
Binary1110000110011110101010001010001111000110110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706715; }

 p { color: rgb(112,103,21); }

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

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

 a { background-color: rgb(112,103,21); }

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

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

 span { border-color: rgb(112,103,21); }

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