#70631E

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

Shades of Olivetone #70631E

Tints of Olivetone #70631E

Color information

#70631E (or 0x70631E) is unknown color: approx Olivetone. HEX triplet: 70, 63 and 1E. RGB value is (112,99,30). Sum of RGB (Red+Green+Blue) = 112+99+30=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70631E is #8F9CE1. Grayscale: #5F5F5F. Windows color (decimal): -9411810 or 1991536. OLE color: 1991536.

HSL color Cylindrical-coordinate representation of color #70631E: hue angle of 50.49º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70631E is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1129930-
CMYK00.120.730.56
HSL50.49º57.75%27.84%-
HSV(B)50.49º73.21%43.92%-
XYZ11.3812.463.03-
YUV95.0291.31140.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=46.47%
G=41.08%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112993000.120.730.5650.4957.7527.84
Hex70631E0C4938323a1c
Octal1601433601411170627234
Binary111000011000111111001100100100111100011001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70631E; }

 p { color: rgb(112,99,30); }

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

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

 a { background-color: rgb(112,99,30); }

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

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

 span { border-color: rgb(112,99,30); }

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