#706610

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

Shades of Olivetone #706610

Tints of Olivetone #706610

Color information

#706610 (or 0x706610) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 10. RGB value is (112,102,16). Sum of RGB (Red+Green+Blue) = 112+102+16=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #706610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706610 is #8F99EF. Grayscale: #5F5F5F. Windows color (decimal): -9411056 or 1074800. OLE color: 1074800.

HSL color Cylindrical-coordinate representation of color #706610: hue angle of 53.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706610 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB11210216-
CMYK00.090.860.56
HSL53.75º75%25.1%-
HSV(B)53.75º85.71%43.92%-
XYZ11.5312.982.39-
YUV95.1983.31139.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=48.70%
G=44.35%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121021600.090.860.5653.757525.1
Hex706610095638364b19
Octal16014620011126706611331
Binary1110000110011010000010011010110111000110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706610; }

 p { color: rgb(112,102,16); }

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

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

 a { background-color: rgb(112,102,16); }

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

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

 span { border-color: rgb(112,102,16); }

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