#6F671E

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

Shades of Olivetone #6F671E

Tints of Olivetone #6F671E

Color information

#6F671E (or 0x6F671E) is unknown color: approx Olivetone. HEX triplet: 6F, 67 and 1E. RGB value is (111,103,30). Sum of RGB (Red+Green+Blue) = 111+103+30=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F671E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F671E is #9098E1. Grayscale: #616161. Windows color (decimal): -9476322 or 1992559. OLE color: 1992559.

HSL color Cylindrical-coordinate representation of color #6F671E: hue angle of 54.07º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F671E is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB11110330-
CMYK00.070.730.56
HSL54.07º57.45%27.65%-
HSV(B)54.07º72.97%43.53%-
XYZ11.6413.173.16-
YUV97.0790.15137.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=45.49%
G=42.21%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111033000.070.730.5654.0757.4527.65
Hex6F671E07493836391c
Octal157147360711170667134
Binary11011111100111111100111100100111100011011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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