#6F6928

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

Shades of Olivetone #6F6928

Tints of Olivetone #6F6928

Color information

#6F6928 (or 0x6F6928) is unknown color: approx Olivetone. HEX triplet: 6F, 69 and 28. RGB value is (111,105,40). Sum of RGB (Red+Green+Blue) = 111+105+40=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6928 is #9096D7. Grayscale: #636363. Windows color (decimal): -9475800 or 2648431. OLE color: 2648431.

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

Color convert

RGB11110540-
CMYK00.050.640.56
HSL54.93º47.02%29.61%-
HSV(B)54.93º63.96%43.53%-
XYZ11.9913.644.01-
YUV99.3894.49136.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.36%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=43.36%
G=41.02%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111054000.050.640.5654.9347.0229.61
Hex6F6928054038372f1e
Octal157151500510070675736
Binary110111111010011010000101100000011100011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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