#908F64

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

Shades of Bitter #908F64

Tints of Bitter #908F64

Color information

#908F64 (or 0x908F64) is unknown color: approx Bitter. HEX triplet: 90, 8F and 64. RGB value is (144,143,100). Sum of RGB (Red+Green+Blue) = 144+143+100=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #908F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F64 is #6F709B. Grayscale: #8A8A8A. Windows color (decimal): -7303324 or 6590352. OLE color: 6590352.

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

Color convert

RGB144143100-
CMYK00.010.310.44
HSL58.64º18.03%47.84%-
HSV(B)58.64º30.56%56.47%-
XYZ23.6226.4915.93-
YUV138.4106.33132-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=37.21%
G=36.95%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414310000.010.310.4458.6418.0347.84
Hex908F64011F2C3b1230
Octal220217144013754732260
Binary10010000100011111100100011111110110011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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