#6F660A

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

Shades of Olivetone #6F660A

Tints of Olivetone #6F660A

Color information

#6F660A (or 0x6F660A) is unknown color: approx Olivetone. HEX triplet: 6F, 66 and 0A. RGB value is (111,102,10). Sum of RGB (Red+Green+Blue) = 111+102+10=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F660A is #9099F5. Grayscale: #5E5E5E. Windows color (decimal): -9476598 or 681583. OLE color: 681583.

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

Color convert

RGB11110210-
CMYK00.080.910.56
HSL54.65º83.47%23.73%-
HSV(B)54.65º90.99%43.53%-
XYZ11.3612.92.18-
YUV94.280.48139.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=49.78%
G=45.74%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111021000.080.910.5654.6583.4723.73
Hex6F66A085B38375318
Octal15714612010133706712330
Binary110111111001101010010001011011111000110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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