#6F6624

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

Shades of Olivetone #6F6624

Tints of Olivetone #6F6624

Color information

#6F6624 (or 0x6F6624) is unknown color: approx Olivetone. HEX triplet: 6F, 66 and 24. RGB value is (111,102,36). Sum of RGB (Red+Green+Blue) = 111+102+36=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6624 is #9099DB. Grayscale: #616161. Windows color (decimal): -9476572 or 2385519. OLE color: 2385519.

HSL color Cylindrical-coordinate representation of color #6F6624: hue angle of 52.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F6624 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB11110236-
CMYK00.080.680.56
HSL52.8º51.02%28.82%-
HSV(B)52.8º67.57%43.53%-
XYZ11.6313.013.57-
YUV97.1793.48137.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=44.58%
G=40.96%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111023600.080.680.5652.851.0228.82
Hex6F662408443835331d
Octal1571464401010470656335
Binary1101111110011010010001000100010011100011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,36); }

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

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

 a { background-color: rgb(111,102,36); }

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

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

 span { border-color: rgb(111,102,36); }

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