#6A6513

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

Shades of Olivetone #6A6513

Tints of Olivetone #6A6513

Color information

#6A6513 (or 0x6A6513) is unknown color: approx Olivetone. HEX triplet: 6A, 65 and 13. RGB value is (106,101,19). Sum of RGB (Red+Green+Blue) = 106+101+19=226 (29% of max value = 765). Red value is 106 (41.80% from 255 or 46.90% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6513 is #959AEC. Grayscale: #5D5D5D. Windows color (decimal): -9804525 or 1271146. OLE color: 1271146.

HSL color Cylindrical-coordinate representation of color #6A6513: hue angle of 56.55º 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 #6A6513 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB10610119-
CMYK00.050.820.58
HSL56.55º69.6%24.51%-
HSV(B)56.55º82.08%41.57%-
XYZ10.7212.422.45-
YUV93.1586.16137.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.90%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=46.90%
G=44.69%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061011900.050.820.5856.5569.624.51
Hex6A651305523A394619
Octal1521452305122727110631
Binary110101011001011001101011010010111010111001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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