#918F83

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

Shades of Jumbo #918F83

Tints of Jumbo #918F83

Color information

#918F83 (or 0x918F83) is unknown color: approx Jumbo. HEX triplet: 91, 8F and 83. RGB value is (145,143,131). Sum of RGB (Red+Green+Blue) = 145+143+131=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 145 - color contains mainly: red. Hex color #918F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F83 is #6E707C. Grayscale: #8E8E8E. Windows color (decimal): -7237757 or 8621969. OLE color: 8621969.

HSL color Cylindrical-coordinate representation of color #918F83: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918F83 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB145143131-
CMYK00.010.100.43
HSL51.43º5.98%54.12%-
HSV(B)51.43º9.66%56.86%-
XYZ25.627.325.39-
YUV142.23121.66129.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=34.61%
G=34.13%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514313100.010.100.4351.435.9854.12
Hex918F8301A2B33636
Octal22121720301125363666
Binary100100011000111110000011011010101011110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918F83; }

 p { color: rgb(145,143,131); }

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

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

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

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

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

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

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