#6A6615

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

Shades of Olivetone #6A6615

Tints of Olivetone #6A6615

Color information

#6A6615 (or 0x6A6615) is unknown color: approx Olivetone. HEX triplet: 6A, 66 and 15. RGB value is (106,102,21). Sum of RGB (Red+Green+Blue) = 106+102+21=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6615 is #9599EA. Grayscale: #5E5E5E. Windows color (decimal): -9804267 or 1402474. OLE color: 1402474.

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

Color convert

RGB10610221-
CMYK00.040.800.58
HSL57.18º66.93%24.9%-
HSV(B)57.18º80.19%41.57%-
XYZ10.8312.622.57-
YUV93.9686.83136.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.29%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=46.29%
G=44.54%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061022100.040.800.5857.1866.9324.9
Hex6A661504503A394319
Octal1521462504120727110331
Binary110101011001101010101001010000111010111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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