#696828

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

Shades of Olivetone #696828

Tints of Olivetone #696828

Color information

#696828 (or 0x696828) is unknown color: approx Olivetone. HEX triplet: 69, 68 and 28. RGB value is (105,104,40). Sum of RGB (Red+Green+Blue) = 105+104+40=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #696828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696828 is #9697D7. Grayscale: #616161. Windows color (decimal): -9869272 or 2648169. OLE color: 2648169.

HSL color Cylindrical-coordinate representation of color #696828: hue angle of 59.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #696828 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB10510440-
CMYK00.010.620.59
HSL59.08º44.83%28.43%-
HSV(B)59.08º61.9%41.18%-
XYZ11.1613.063.94-
YUV9795.83133.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=42.17%
G=41.77%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051044000.010.620.5959.0844.8328.43
Hex696828013E3B3b2d1c
Octal15115050017673735534
Binary110100111010001010000111111011101111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696828; }

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

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

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

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

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

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

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

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