#6C6401

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

Shades of Olive #6C6401

Tints of Olive #6C6401

Color information

#6C6401 (or 0x6C6401) is unknown color: approx Olive. HEX triplet: 6C, 64 and 01. RGB value is (108,100,1). Sum of RGB (Red+Green+Blue) = 108+100+1=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6401 is #939BFE. Grayscale: #5B5B5B. Windows color (decimal): -9673727 or 91244. OLE color: 91244.

HSL color Cylindrical-coordinate representation of color #6C6401: hue angle of 55.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C6401 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB1081001-
CMYK00.070.990.58
HSL55.51º98.17%21.37%-
HSV(B)55.51º99.07%42.35%-
XYZ10.7512.31.84-
YUV91.1177.15140.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.67%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=51.67%
G=47.85%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108100100.070.990.5855.5198.1721.37
Hex6C64107633A386215
Octal154144107143727014225
Binary11011001100100101111100011111010111000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,100,1); }

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

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

 a { background-color: rgb(108,100,1); }

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

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

 span { border-color: rgb(108,100,1); }

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