#6C670E

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

Shades of Olivetone #6C670E

Tints of Olivetone #6C670E

Color information

#6C670E (or 0x6C670E) is unknown color: approx Olivetone. HEX triplet: 6C, 67 and 0E. RGB value is (108,103,14). Sum of RGB (Red+Green+Blue) = 108+103+14=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C670E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C670E is #9398F1. Grayscale: #5E5E5E. Windows color (decimal): -9672946 or 943980. OLE color: 943980.

HSL color Cylindrical-coordinate representation of color #6C670E: hue angle of 56.81º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C670E is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB10810314-
CMYK00.050.870.58
HSL56.81º77.05%23.92%-
HSV(B)56.81º87.04%42.35%-
XYZ11.1112.922.32-
YUV94.3582.66137.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=48%
G=45.78%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081031400.050.870.5856.8177.0523.92
Hex6C67E05573A394d18
Octal1541471605127727111530
Binary11011001100111111001011010111111010111001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,14); }

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

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

 a { background-color: rgb(108,103,14); }

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

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

 span { border-color: rgb(108,103,14); }

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