#6F682B

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

Shades of Olivetone #6F682B

Tints of Olivetone #6F682B

Color information

#6F682B (or 0x6F682B) is unknown color: approx Olivetone. HEX triplet: 6F, 68 and 2B. RGB value is (111,104,43). Sum of RGB (Red+Green+Blue) = 111+104+43=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F682B is #9097D4. Grayscale: #636363. Windows color (decimal): -9476053 or 2844783. OLE color: 2844783.

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

Color convert

RGB11110443-
CMYK00.060.610.56
HSL53.82º44.16%30.2%-
HSV(B)53.82º61.26%43.53%-
XYZ11.9413.454.25-
YUV99.1496.32136.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 104 (41.02% from 255) = 40.31%
BLUE value IS 43 (17.19% from 255) = 16.67%
R=43.02%
G=40.31%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111044300.060.610.5653.8244.1630.2
Hex6F682B063D38362c1e
Octal15715053067570665436
Binary11011111101000101011011011110111100011011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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