#8C8C66

Color #8C8C66 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #8C8C66

Tints of Bitter #8C8C66

Color information

#8C8C66 (or 0x8C8C66) is unknown color: approx Bitter. HEX triplet: 8C, 8C and 66. RGB value is (140,140,102). Sum of RGB (Red+Green+Blue) = 140+140+102=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8C66 is #737399. Grayscale: #878787. Windows color (decimal): -7566234 or 6720652. OLE color: 6720652.

HSL color Cylindrical-coordinate representation of color #8C8C66: hue angle of 60º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C8C66 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB140140102-
CMYK000.270.45
HSL60º15.7%47.45%-
HSV(B)60º27.14%54.9%-
XYZ22.5925.2916.26-
YUV135.67109131.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 102 (40.23% from 255) = 26.70%
R=36.65%
G=36.65%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140140102000.270.456015.747.45
Hex8C8C66001B2D3c102f
Octal214214146003355742057
Binary10001100100011001100110001101110110111110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8C66; }

 p { color: rgb(140,140,102); }

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

<style>
 a { background-color: #8C8C66; }

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

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

<style>
 span { border-color: #8C8C66; }

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

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