#6C6606

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

Shades of Olive #6C6606

Tints of Olive #6C6606

Color information

#6C6606 (or 0x6C6606) is unknown color: approx Olive. HEX triplet: 6C, 66 and 06. RGB value is (108,102,6). Sum of RGB (Red+Green+Blue) = 108+102+6=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6606 is #9399F9. Grayscale: #5D5D5D. Windows color (decimal): -9673210 or 419436. OLE color: 419436.

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

Color convert

RGB1081026-
CMYK00.060.940.58
HSL56.47º89.47%22.35%-
HSV(B)56.47º94.44%42.35%-
XYZ10.9712.72.05-
YUV92.8578.99138.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=50%
G=47.22%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108102600.060.940.5856.4789.4722.35
Hex6C666065E3A385916
Octal154146606136727013126
Binary1101100110011011001101011110111010111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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