#6B6519

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

Shades of Olivetone #6B6519

Tints of Olivetone #6B6519

Color information

#6B6519 (or 0x6B6519) is unknown color: approx Olivetone. HEX triplet: 6B, 65 and 19. RGB value is (107,101,25). Sum of RGB (Red+Green+Blue) = 107+101+25=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6519 is #949AE6. Grayscale: #5E5E5E. Windows color (decimal): -9738983 or 1664363. OLE color: 1664363.

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

Color convert

RGB10710125-
CMYK00.060.770.58
HSL55.61º62.12%25.88%-
HSV(B)55.61º76.64%41.96%-
XYZ10.8912.52.76-
YUV94.1388.99137.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 25 (10.16% from 255) = 10.73%
R=45.92%
G=43.35%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071012500.060.770.5855.6162.1225.88
Hex6B6519064D3A383e1a
Octal153145310611572707632
Binary11010111100101110010110100110111101011100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,25); }

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

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

 a { background-color: rgb(107,101,25); }

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

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

 span { border-color: rgb(107,101,25); }

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