#6A681B

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

Shades of Olivetone #6A681B

Tints of Olivetone #6A681B

Color information

#6A681B (or 0x6A681B) is unknown color: approx Olivetone. HEX triplet: 6A, 68 and 1B. RGB value is (106,104,27). Sum of RGB (Red+Green+Blue) = 106+104+27=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A681B is #9597E4. Grayscale: #606060. Windows color (decimal): -9803749 or 1796202. OLE color: 1796202.

HSL color Cylindrical-coordinate representation of color #6A681B: hue angle of 58.48º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A681B is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB10610427-
CMYK00.020.750.58
HSL58.48º59.4%26.08%-
HSV(B)58.48º74.53%41.57%-
XYZ11.0913.042.97-
YUV95.8289.16135.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=44.73%
G=43.88%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061042700.020.750.5858.4859.426.08
Hex6A681B024B3A3a3b1a
Octal152150330211372727332
Binary1101010110100011011010100101111101011101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,104,27); }

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

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

 a { background-color: rgb(106,104,27); }

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

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

 span { border-color: rgb(106,104,27); }

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