#908F65

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

Shades of Bitter #908F65

Tints of Bitter #908F65

Color information

#908F65 (or 0x908F65) is unknown color: approx Bitter. HEX triplet: 90, 8F and 65. RGB value is (144,143,101). Sum of RGB (Red+Green+Blue) = 144+143+101=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #908F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F65 is #6F709A. Grayscale: #8A8A8A. Windows color (decimal): -7303323 or 6655888. OLE color: 6655888.

HSL color Cylindrical-coordinate representation of color #908F65: hue angle of 58.6º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908F65 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB144143101-
CMYK00.010.300.44
HSL58.6º17.55%48.04%-
HSV(B)58.6º29.86%56.47%-
XYZ23.6726.5116.18-
YUV138.51106.83131.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=37.11%
G=36.86%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414310100.010.300.4458.617.5548.04
Hex908F65011E2C3b1230
Octal220217145013654732260
Binary10010000100011111100101011111010110011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908F65; }

 p { color: rgb(144,143,101); }

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

<style>
 a { background-color: #908F65; }

 a { background-color: rgb(144,143,101); }

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

<style>
 span { border-color: #908F65; }

 span { border-color: rgb(144,143,101); }

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