#6F6A0F

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

Shades of Olivetone #6F6A0F

Tints of Olivetone #6F6A0F

Color information

#6F6A0F (or 0x6F6A0F) is unknown color: approx Olivetone. HEX triplet: 6F, 6A and 0F. RGB value is (111,106,15). Sum of RGB (Red+Green+Blue) = 111+106+15=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6A0F is #9095F0. Grayscale: #616161. Windows color (decimal): -9475569 or 1010287. OLE color: 1010287.

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

Color convert

RGB11110615-
CMYK00.050.860.56
HSL56.88º76.19%24.71%-
HSV(B)56.88º86.49%43.53%-
XYZ11.813.722.48-
YUV97.1281.66137.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.84%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=47.84%
G=45.69%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111061500.050.860.5656.8876.1924.71
Hex6F6AF055638394c19
Octal1571521705126707111431
Binary11011111101010111101011010110111000111001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,15); }

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

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

 a { background-color: rgb(111,106,15); }

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

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

 span { border-color: rgb(111,106,15); }

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