#6F6B2B

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

Shades of Olivetone #6F6B2B

Tints of Olivetone #6F6B2B

Color information

#6F6B2B (or 0x6F6B2B) is unknown color: approx Olivetone. HEX triplet: 6F, 6B and 2B. RGB value is (111,107,43). Sum of RGB (Red+Green+Blue) = 111+107+43=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B2B is #9094D4. Grayscale: #656565. Windows color (decimal): -9475285 or 2845551. OLE color: 2845551.

HSL color Cylindrical-coordinate representation of color #6F6B2B: hue angle of 56.47º 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 #6F6B2B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB11110743-
CMYK00.040.610.56
HSL56.47º44.16%30.2%-
HSV(B)56.47º61.26%43.53%-
XYZ12.2514.074.36-
YUV100.995.33135.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=42.53%
G=41.00%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111074300.040.610.5656.4744.1630.2
Hex6F6B2B043D38382c1e
Octal15715353047570705436
Binary11011111101011101011010011110111100011100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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