#706523

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

Shades of Olivetone #706523

Tints of Olivetone #706523

Color information

#706523 (or 0x706523) is unknown color: approx Olivetone. HEX triplet: 70, 65 and 23. RGB value is (112,101,35). Sum of RGB (Red+Green+Blue) = 112+101+35=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706523 is #8F9ADC. Grayscale: #616161. Windows color (decimal): -9411293 or 2319728. OLE color: 2319728.

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

Color convert

RGB11210135-
CMYK00.100.690.56
HSL51.43º52.38%28.82%-
HSV(B)51.43º68.75%43.92%-
XYZ11.6412.873.46-
YUV96.7693.14138.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=45.16%
G=40.73%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121013500.100.690.5651.4352.3828.82
Hex7065230A453833341d
Octal1601454301210570636435
Binary1110000110010110001101010100010111100011001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706523; }

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

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

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

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

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

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

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

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