#6F6E2B

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

Shades of Olivetone #6F6E2B

Tints of Olivetone #6F6E2B

Color information

#6F6E2B (or 0x6F6E2B) is unknown color: approx Olivetone. HEX triplet: 6F, 6E and 2B. RGB value is (111,110,43). Sum of RGB (Red+Green+Blue) = 111+110+43=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E2B is #9091D4. Grayscale: #666666. Windows color (decimal): -9474517 or 2846319. OLE color: 2846319.

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

Color convert

RGB11111043-
CMYK00.010.610.56
HSL59.12º44.16%30.2%-
HSV(B)59.12º61.26%43.53%-
XYZ12.5714.714.46-
YUV102.6694.33133.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 110 (43.36% from 255) = 41.67%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=42.05%
G=41.67%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111104300.010.610.5659.1244.1630.2
Hex6F6E2B013D383b2c1e
Octal15715653017570735436
Binary110111111011101010110111110111100011101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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