#6F6E2F

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

Shades of Olivetone #6F6E2F

Tints of Olivetone #6F6E2F

Color information

#6F6E2F (or 0x6F6E2F) is unknown color: approx Olivetone. HEX triplet: 6F, 6E and 2F. RGB value is (111,110,47). Sum of RGB (Red+Green+Blue) = 111+110+47=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E2F is #9091D0. Grayscale: #676767. Windows color (decimal): -9474513 or 3108463. OLE color: 3108463.

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

Color convert

RGB11111047-
CMYK00.010.580.56
HSL59.06º40.51%30.98%-
HSV(B)59.06º57.66%43.53%-
XYZ12.6414.744.87-
YUV103.1296.33133.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.42%
GREEN value IS 110 (43.36% from 255) = 41.04%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=41.42%
G=41.04%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111104700.010.580.5659.0640.5130.98
Hex6F6E2F013A383b291f
Octal15715657017270735137
Binary110111111011101011110111101011100011101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,110,47); }

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

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

 a { background-color: rgb(111,110,47); }

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

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

 span { border-color: rgb(111,110,47); }

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