#696820

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

Shades of Olivetone #696820

Tints of Olivetone #696820

Color information

#696820 (or 0x696820) is unknown color: approx Olivetone. HEX triplet: 69, 68 and 20. RGB value is (105,104,32). Sum of RGB (Red+Green+Blue) = 105+104+32=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #696820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696820 is #9697DF. Grayscale: #606060. Windows color (decimal): -9869280 or 2123881. OLE color: 2123881.

HSL color Cylindrical-coordinate representation of color #696820: hue angle of 59.18º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #696820 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB10510432-
CMYK00.010.700.59
HSL59.18º53.28%26.86%-
HSV(B)59.18º69.52%41.18%-
XYZ11.0413.013.3-
YUV96.0991.83134.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=43.57%
G=43.15%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051043200.010.700.5959.1853.2826.86
Hex69682001463B3b351b
Octal151150400110673736533
Binary1101001110100010000001100011011101111101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696820; }

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

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

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

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

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

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

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

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