#8C8B6A

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

Shades of Bitter #8C8B6A

Tints of Bitter #8C8B6A

Color information

#8C8B6A (or 0x8C8B6A) is unknown color: approx Bitter. HEX triplet: 8C, 8B and 6A. RGB value is (140,139,106). Sum of RGB (Red+Green+Blue) = 140+139+106=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8B6A is #737495. Grayscale: #878787. Windows color (decimal): -7566486 or 6982540. OLE color: 6982540.

HSL color Cylindrical-coordinate representation of color #8C8B6A: hue angle of 58.24º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C8B6A is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB140139106-
CMYK00.010.240.45
HSL58.24º13.82%48.24%-
HSV(B)58.24º24.29%54.9%-
XYZ22.6525.0817.28-
YUV135.54111.33131.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=36.36%
G=36.10%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013910600.010.240.4558.2413.8248.24
Hex8C8B6A01182D3ae30
Octal214213152013055721660
Binary1000110010001011110101001110001011011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,139,106); }

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

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

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

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

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

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

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