#6A6613

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

Shades of Olivetone #6A6613

Tints of Olivetone #6A6613

Color information

#6A6613 (or 0x6A6613) is unknown color: approx Olivetone. HEX triplet: 6A, 66 and 13. RGB value is (106,102,19). Sum of RGB (Red+Green+Blue) = 106+102+19=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6613 is #9599EC. Grayscale: #5E5E5E. Windows color (decimal): -9804269 or 1271402. OLE color: 1271402.

HSL color Cylindrical-coordinate representation of color #6A6613: hue angle of 57.24º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A6613 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB10610219-
CMYK00.040.820.58
HSL57.24º69.6%24.51%-
HSV(B)57.24º82.08%41.57%-
XYZ10.8112.612.48-
YUV93.7385.83136.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=46.70%
G=44.93%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061021900.040.820.5857.2469.624.51
Hex6A661304523A394619
Octal1521462304122727110631
Binary110101011001101001101001010010111010111001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,102,19); }

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

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

 a { background-color: rgb(106,102,19); }

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

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

 span { border-color: rgb(106,102,19); }

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