#6D6201

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

Shades of Olive #6D6201

Tints of Olive #6D6201

Color information

#6D6201 (or 0x6D6201) is unknown color: approx Olive. HEX triplet: 6D, 62 and 01. RGB value is (109,98,1). Sum of RGB (Red+Green+Blue) = 109+98+1=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6201 is #929DFE. Grayscale: #5A5A5A. Windows color (decimal): -9608703 or 90733. OLE color: 90733.

HSL color Cylindrical-coordinate representation of color #6D6201: hue angle of 53.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D6201 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB109981-
CMYK00.100.990.57
HSL53.89º98.18%21.57%-
HSV(B)53.89º99.08%42.75%-
XYZ10.6811.991.78-
YUV90.2377.64141.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.40%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=52.40%
G=47.12%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10998100.100.990.5753.8998.1821.57
Hex6D6210A6339366216
Octal1551421012143716614226
Binary110110111000101010101100011111001110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,1); }

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

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

 a { background-color: rgb(109,98,1); }

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

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

 span { border-color: rgb(109,98,1); }

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