#6D650F

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

Shades of Olivetone #6D650F

Tints of Olivetone #6D650F

Color information

#6D650F (or 0x6D650F) is unknown color: approx Olivetone. HEX triplet: 6D, 65 and 0F. RGB value is (109,101,15). Sum of RGB (Red+Green+Blue) = 109+101+15=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D650F is #929AF0. Grayscale: #5D5D5D. Windows color (decimal): -9607921 or 1009005. OLE color: 1009005.

HSL color Cylindrical-coordinate representation of color #6D650F: hue angle of 54.89º 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 #6D650F is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB10910115-
CMYK00.070.860.57
HSL54.89º75.81%24.31%-
HSV(B)54.89º86.24%42.75%-
XYZ11.0512.592.3-
YUV93.5983.65138.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=48.44%
G=44.89%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091011500.070.860.5754.8975.8124.31
Hex6D65F075639374c18
Octal1551451707126716711430
Binary11011011100101111101111010110111001110111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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