#6C671E

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

Shades of Olivetone #6C671E

Tints of Olivetone #6C671E

Color information

#6C671E (or 0x6C671E) is unknown color: approx Olivetone. HEX triplet: 6C, 67 and 1E. RGB value is (108,103,30). Sum of RGB (Red+Green+Blue) = 108+103+30=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C671E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C671E is #9398E1. Grayscale: #606060. Windows color (decimal): -9672930 or 1992556. OLE color: 1992556.

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

Color convert

RGB10810330-
CMYK00.050.720.58
HSL56.15º56.52%27.06%-
HSV(B)56.15º72.22%42.35%-
XYZ11.2712.983.14-
YUV96.1790.66136.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.81%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=44.81%
G=42.74%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081033000.050.720.5856.1556.5227.06
Hex6C671E05483A38391b
Octal154147360511072707133
Binary11011001100111111100101100100011101011100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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