#6f6921

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

Shades of Olivetone #6F6921

Tints of Olivetone #6F6921

Color information

#6F6921 (or 0x6F6921) is unknown color: approx Olivetone. HEX triplet: 6F, 69 and 21. RGB value is (111,105,33). Sum of RGB (Red+Green+Blue) = 111+105+33=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6921 is #9096DE. Grayscale: #626262. Windows color (decimal): -9475807 or 2189679. OLE color: 2189679.

HSL color Cylindrical-coordinate representation of color #6F6921: hue angle of 55.38º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F6921 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB11110533-
CMYK00.050.700.56
HSL55.38º54.17%28.24%-
HSV(B)55.38º70.27%43.53%-
XYZ11.8813.593.44-
YUV98.5990.99136.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=44.58%
G=42.17%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111053300.050.700.5655.3854.1728.24
Hex6F692105463837361c
Octal157151410510670676634
Binary110111111010011000010101100011011100011011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f6921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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