#6F6828

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

Shades of Olivetone #6F6828

Tints of Olivetone #6F6828

Color information

#6F6828 (or 0x6F6828) is unknown color: approx Olivetone. HEX triplet: 6F, 68 and 28. RGB value is (111,104,40). Sum of RGB (Red+Green+Blue) = 111+104+40=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6828 is #9097D7. Grayscale: #636363. Windows color (decimal): -9476056 or 2648175. OLE color: 2648175.

HSL color Cylindrical-coordinate representation of color #6F6828: hue angle of 54.08º 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 #6F6828 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB11110440-
CMYK00.060.640.56
HSL54.08º47.02%29.61%-
HSV(B)54.08º63.96%43.53%-
XYZ11.8913.433.97-
YUV98.894.82136.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=43.53%
G=40.78%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111044000.060.640.5654.0847.0229.61
Hex6F6828064038362f1e
Octal157150500610070665736
Binary110111111010001010000110100000011100011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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