#908B4B

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

Shades of Highball #908B4B

Tints of Highball #908B4B

Color information

#908B4B (or 0x908B4B) is unknown color: approx Highball. HEX triplet: 90, 8B and 4B. RGB value is (144,139,75). Sum of RGB (Red+Green+Blue) = 144+139+75=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #908B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B4B is #6F74B4. Grayscale: #858585. Windows color (decimal): -7304373 or 4950928. OLE color: 4950928.

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

Color convert

RGB14413975-
CMYK00.030.480.44
HSL55.65º31.51%42.94%-
HSV(B)55.65º47.92%56.47%-
XYZ2224.910.3-
YUV133.295.16135.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=40.22%
G=38.83%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441397500.030.480.4455.6531.5142.94
Hex908B4B03302C38202b
Octal220213113036054704053
Binary10010000100010111001011011110000101100111000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,139,75); }

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

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

 a { background-color: rgb(144,139,75); }

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

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

 span { border-color: rgb(144,139,75); }

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