#6F660C

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

Shades of Olivetone #6F660C

Tints of Olivetone #6F660C

Color information

#6F660C (or 0x6F660C) is unknown color: approx Olivetone. HEX triplet: 6F, 66 and 0C. RGB value is (111,102,12). Sum of RGB (Red+Green+Blue) = 111+102+12=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F660C is #9099F3. Grayscale: #5E5E5E. Windows color (decimal): -9476596 or 812655. OLE color: 812655.

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

Color convert

RGB11110212-
CMYK00.080.890.56
HSL54.55º80.49%24.12%-
HSV(B)54.55º89.19%43.53%-
XYZ11.3712.912.24-
YUV94.4381.48139.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=49.33%
G=45.33%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111021200.080.890.5654.5580.4924.12
Hex6F66C085938375018
Octal15714614010131706712030
Binary110111111001101100010001011001111000110111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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