#6D6A0F

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

Shades of Olivetone #6D6A0F

Tints of Olivetone #6D6A0F

Color information

#6D6A0F (or 0x6D6A0F) is unknown color: approx Olivetone. HEX triplet: 6D, 6A and 0F. RGB value is (109,106,15). Sum of RGB (Red+Green+Blue) = 109+106+15=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6A0F is #9295F0. Grayscale: #606060. Windows color (decimal): -9606641 or 1010285. OLE color: 1010285.

HSL color Cylindrical-coordinate representation of color #6D6A0F: hue angle of 58.09º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D6A0F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB10910615-
CMYK00.030.860.57
HSL58.09º75.81%24.31%-
HSV(B)58.09º86.24%42.75%-
XYZ11.5513.592.47-
YUV96.5281.99136.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 106 (41.80% from 255) = 46.09%
BLUE value IS 15 (6.25% from 255) = 6.52%
R=47.39%
G=46.09%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091061500.030.860.5758.0975.8124.31
Hex6D6AF0356393a4c18
Octal1551521703126717211430
Binary1101101110101011110111010110111001111010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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