#716828

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

Shades of Olivetone #716828

Tints of Olivetone #716828

Color information

#716828 (or 0x716828) is unknown color: approx Olivetone. HEX triplet: 71, 68 and 28. RGB value is (113,104,40). Sum of RGB (Red+Green+Blue) = 113+104+40=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #716828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716828 is #8E97D7. Grayscale: #636363. Windows color (decimal): -9344984 or 2648177. OLE color: 2648177.

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

Color convert

RGB11310440-
CMYK00.080.650.56
HSL52.6º47.71%30%-
HSV(B)52.6º64.6%44.31%-
XYZ12.1413.563.99-
YUV99.494.48137.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=43.97%
G=40.47%
B=15.56%

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
Decimal1131044000.080.650.5652.647.7130
Hex71682808413835301e
Octal1611505001010170656036
Binary1110001110100010100001000100000111100011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716828; }

 p { color: rgb(113,104,40); }

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

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

 a { background-color: rgb(113,104,40); }

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

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

 span { border-color: rgb(113,104,40); }

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