#6F681C

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

Shades of Olivetone #6F681C

Tints of Olivetone #6F681C

Color information

#6F681C (or 0x6F681C) is unknown color: approx Olivetone. HEX triplet: 6F, 68 and 1C. RGB value is (111,104,28). Sum of RGB (Red+Green+Blue) = 111+104+28=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F681C is #9097E3. Grayscale: #616161. Windows color (decimal): -9476068 or 1861743. OLE color: 1861743.

HSL color Cylindrical-coordinate representation of color #6F681C: hue angle of 54.94º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F681C is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB11110428-
CMYK00.060.750.56
HSL54.94º59.71%27.25%-
HSV(B)54.94º74.77%43.53%-
XYZ11.7213.363.06-
YUV97.4388.82137.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=45.68%
G=42.80%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111042800.060.750.5654.9459.7127.25
Hex6F681C064B38373c1b
Octal157150340611370677433
Binary11011111101000111000110100101111100011011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,28); }

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

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

 a { background-color: rgb(111,104,28); }

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

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

 span { border-color: rgb(111,104,28); }

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