#706727

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

Shades of Olivetone #706727

Tints of Olivetone #706727

Color information

#706727 (or 0x706727) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 27. RGB value is (112,103,39). Sum of RGB (Red+Green+Blue) = 112+103+39=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706727 is #8F98D8. Grayscale: #626262. Windows color (decimal): -9410777 or 2582384. OLE color: 2582384.

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

Color convert

RGB11210339-
CMYK00.080.650.56
HSL52.6º48.34%29.61%-
HSV(B)52.6º65.18%43.92%-
XYZ11.913.293.86-
YUV98.494.48137.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=44.09%
G=40.55%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121033900.080.650.5652.648.3429.61
Hex70672708413835301e
Octal1601474701010170656036
Binary1110000110011110011101000100000111100011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706727; }

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

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

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

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

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

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

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

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