#6C6601

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

Shades of Olive #6C6601

Tints of Olive #6C6601

Color information

#6C6601 (or 0x6C6601) is unknown color: approx Olive. HEX triplet: 6C, 66 and 01. RGB value is (108,102,1). Sum of RGB (Red+Green+Blue) = 108+102+1=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6601 is #9399FE. Grayscale: #5C5C5C. Windows color (decimal): -9673215 or 91756. OLE color: 91756.

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

Color convert

RGB1081021-
CMYK00.060.990.58
HSL56.64º98.17%21.37%-
HSV(B)56.64º99.07%42.35%-
XYZ10.9412.691.9-
YUV92.2876.49139.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.18%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=51.18%
G=48.34%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108102100.060.990.5856.6498.1721.37
Hex6C66106633A396215
Octal154146106143727114225
Binary11011001100110101101100011111010111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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