#909083

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

Shades of Jumbo #909083

Tints of Jumbo #909083

Color information

#909083 (or 0x909083) is unknown color: approx Jumbo. HEX triplet: 90, 90 and 83. RGB value is (144,144,131). Sum of RGB (Red+Green+Blue) = 144+144+131=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909083 is #6F6F7C. Grayscale: #8E8E8E. Windows color (decimal): -7303037 or 8622224. OLE color: 8622224.

HSL color Cylindrical-coordinate representation of color #909083: hue angle of 60º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #909083 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB144144131-
CMYK000.090.44
HSL60º5.53%53.92%-
HSV(B)60º9.03%56.47%-
XYZ25.5727.5125.44-
YUV142.52121.5129.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=34.37%
G=34.37%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144144131000.090.44605.5353.92
Hex9090830092C3c636
Octal22022020300115474666
Binary100100001001000010000011001001101100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909083; }

 p { color: rgb(144,144,131); }

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

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

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

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

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

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

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