#706627

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

Shades of Olivetone #706627

Tints of Olivetone #706627

Color information

#706627 (or 0x706627) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 27. RGB value is (112,102,39). Sum of RGB (Red+Green+Blue) = 112+102+39=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #706627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706627 is #8F99D8. Grayscale: #626262. Windows color (decimal): -9411033 or 2582128. OLE color: 2582128.

HSL color Cylindrical-coordinate representation of color #706627: hue angle of 51.78º 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 #706627 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB11210239-
CMYK00.090.650.56
HSL51.78º48.34%29.61%-
HSV(B)51.78º65.18%43.92%-
XYZ11.813.093.82-
YUV97.8194.81138.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=44.27%
G=40.32%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121023900.090.650.5651.7848.3429.61
Hex70662709413834301e
Octal1601464701110170646036
Binary1110000110011010011101001100000111100011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706627; }

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

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

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

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

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

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

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

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