#706419

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

Shades of Olivetone #706419

Tints of Olivetone #706419

Color information

#706419 (or 0x706419) is unknown color: approx Olivetone. HEX triplet: 70, 64 and 19. RGB value is (112,100,25). Sum of RGB (Red+Green+Blue) = 112+100+25=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706419 is #8F9BE6. Grayscale: #5F5F5F. Windows color (decimal): -9411559 or 1664112. OLE color: 1664112.

HSL color Cylindrical-coordinate representation of color #706419: hue angle of 51.72º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #706419 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB11210025-
CMYK00.110.780.56
HSL51.72º63.5%26.86%-
HSV(B)51.72º77.68%43.92%-
XYZ11.4112.632.76-
YUV95.0488.48140.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 25 (10.16% from 255) = 10.55%
R=47.26%
G=42.19%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121002500.110.780.5651.7263.526.86
Hex7064190B4E3834401b
Octal16014431013116706410033
Binary1110000110010011001010111001110111000110100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706419; }

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

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

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

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

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

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

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

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