#6D670C

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

Shades of Olivetone #6D670C

Tints of Olivetone #6D670C

Color information

#6D670C (or 0x6D670C) is unknown color: approx Olivetone. HEX triplet: 6D, 67 and 0C. RGB value is (109,103,12). Sum of RGB (Red+Green+Blue) = 109+103+12=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D670C is #9298F3. Grayscale: #5E5E5E. Windows color (decimal): -9607412 or 812909. OLE color: 812909.

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

Color convert

RGB10910312-
CMYK00.060.890.57
HSL56.29º80.17%23.73%-
HSV(B)56.29º88.99%42.75%-
XYZ11.2212.982.26-
YUV94.4281.49138.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=48.66%
G=45.98%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091031200.060.890.5756.2980.1723.73
Hex6D67C065939385018
Octal1551471406131717012030
Binary11011011100111110001101011001111001111000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D670C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,12); }

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

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

 a { background-color: rgb(109,103,12); }

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

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

 span { border-color: rgb(109,103,12); }

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