#696829

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

Shades of Olivetone #696829

Tints of Olivetone #696829

Color information

#696829 (or 0x696829) is unknown color: approx Olivetone. HEX triplet: 69, 68 and 29. RGB value is (105,104,41). Sum of RGB (Red+Green+Blue) = 105+104+41=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #696829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696829 is #9697D6. Grayscale: #616161. Windows color (decimal): -9869271 or 2713705. OLE color: 2713705.

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

Color convert

RGB10510441-
CMYK00.010.610.59
HSL59.06º43.84%28.63%-
HSV(B)59.06º60.95%41.18%-
XYZ11.1813.064.03-
YUV97.1296.33133.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=42%
G=41.6%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051044100.010.610.5959.0643.8428.63
Hex696829013D3B3b2c1d
Octal15115051017573735435
Binary110100111010001010010111110111101111101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696829; }

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

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

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

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

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

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

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

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