#6F6929

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

Shades of Olivetone #6F6929

Tints of Olivetone #6F6929

Color information

#6F6929 (or 0x6F6929) is unknown color: approx Olivetone. HEX triplet: 6F, 69 and 29. RGB value is (111,105,41). Sum of RGB (Red+Green+Blue) = 111+105+41=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6929 is #9096D6. Grayscale: #636363. Windows color (decimal): -9475799 or 2713967. OLE color: 2713967.

HSL color Cylindrical-coordinate representation of color #6F6929: hue angle of 54.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F6929 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB11110541-
CMYK00.050.630.56
HSL54.86º46.05%29.8%-
HSV(B)54.86º63.06%43.53%-
XYZ12.0113.644.1-
YUV99.594.99136.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=43.19%
G=40.86%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111054100.050.630.5654.8646.0529.8
Hex6F6929053F38372e1e
Octal15715151057770675636
Binary11011111101001101001010111111111100011011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F6929; }

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

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

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

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

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

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

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

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