#716622

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

Shades of Olivetone #716622

Tints of Olivetone #716622

Color information

#716622 (or 0x716622) is unknown color: approx Olivetone. HEX triplet: 71, 66 and 22. RGB value is (113,102,34). Sum of RGB (Red+Green+Blue) = 113+102+34=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716622 is #8E99DD. Grayscale: #616161. Windows color (decimal): -9345502 or 2254449. OLE color: 2254449.

HSL color Cylindrical-coordinate representation of color #716622: hue angle of 51.65º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #716622 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB11310234-
CMYK00.100.700.56
HSL51.65º53.74%28.82%-
HSV(B)51.65º69.91%44.31%-
XYZ11.8513.133.42-
YUV97.5492.14139.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 34 (13.67% from 255) = 13.65%
R=45.38%
G=40.96%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131023400.100.700.5651.6553.7428.82
Hex7166220A463834361d
Octal1611464201210670646635
Binary1110001110011010001001010100011011100011010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716622; }

 p { color: rgb(113,102,34); }

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

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

 a { background-color: rgb(113,102,34); }

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

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

 span { border-color: rgb(113,102,34); }

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