#706415

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

Shades of Olivetone #706415

Tints of Olivetone #706415

Color information

#706415 (or 0x706415) is unknown color: approx Olivetone. HEX triplet: 70, 64 and 15. RGB value is (112,100,21). Sum of RGB (Red+Green+Blue) = 112+100+21=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706415 is #8F9BEA. Grayscale: #5E5E5E. Windows color (decimal): -9411563 or 1401968. OLE color: 1401968.

HSL color Cylindrical-coordinate representation of color #706415: hue angle of 52.09º 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 #706415 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB11210021-
CMYK00.110.810.56
HSL52.09º68.42%26.08%-
HSV(B)52.09º81.25%43.92%-
XYZ11.3712.612.54-
YUV94.5886.48140.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 21 (8.59% from 255) = 9.01%
R=48.07%
G=42.92%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121002100.110.810.5652.0968.4226.08
Hex7064150B513834441a
Octal16014425013121706410432
Binary1110000110010010101010111010001111000110100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706415; }

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

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

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

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

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

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

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

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