#6F6B31

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

Shades of Olivetone #6F6B31

Tints of Olivetone #6F6B31

Color information

#6F6B31 (or 0x6F6B31) is unknown color: approx Olivetone. HEX triplet: 6F, 6B and 31. RGB value is (111,107,49). Sum of RGB (Red+Green+Blue) = 111+107+49=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B31 is #9094CE. Grayscale: #656565. Windows color (decimal): -9475279 or 3238767. OLE color: 3238767.

HSL color Cylindrical-coordinate representation of color #6F6B31: hue angle of 56.13º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F6B31 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB11110749-
CMYK00.040.560.56
HSL56.13º38.75%31.37%-
HSV(B)56.13º55.86%43.53%-
XYZ12.3714.124.98-
YUV101.5898.33134.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=41.57%
G=40.07%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111074900.040.560.5656.1338.7531.37
Hex6F6B3104383838271f
Octal15715361047070704737
Binary11011111101011110001010011100011100011100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,107,49); }

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

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

 a { background-color: rgb(111,107,49); }

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

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

 span { border-color: rgb(111,107,49); }

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