#706726

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

Shades of Olivetone #706726

Tints of Olivetone #706726

Color information

#706726 (or 0x706726) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 26. RGB value is (112,103,38). Sum of RGB (Red+Green+Blue) = 112+103+38=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #706726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706726 is #8F98D9. Grayscale: #626262. Windows color (decimal): -9410778 or 2516848. OLE color: 2516848.

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

Color convert

RGB11210338-
CMYK00.080.660.56
HSL52.7º49.33%29.41%-
HSV(B)52.7º66.07%43.92%-
XYZ11.8813.293.77-
YUV98.2893.98137.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 103 (40.62% from 255) = 40.71%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=44.27%
G=40.71%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121033800.080.660.5652.749.3329.41
Hex70672608423835311d
Octal1601474601010270656135
Binary1110000110011110011001000100001011100011010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706726; }

 p { color: rgb(112,103,38); }

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

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

 a { background-color: rgb(112,103,38); }

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

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

 span { border-color: rgb(112,103,38); }

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