#918F82

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

Shades of Jumbo #918F82

Tints of Jumbo #918F82

Color information

#918F82 (or 0x918F82) is unknown color: approx Jumbo. HEX triplet: 91, 8F and 82. RGB value is (145,143,130). Sum of RGB (Red+Green+Blue) = 145+143+130=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 145 - color contains mainly: red. Hex color #918F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F82 is #6E707D. Grayscale: #8E8E8E. Windows color (decimal): -7237758 or 8556433. OLE color: 8556433.

HSL color Cylindrical-coordinate representation of color #918F82: hue angle of 52º 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 #918F82 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB145143130-
CMYK00.010.100.43
HSL52º6.38%53.92%-
HSV(B)52º10.34%56.86%-
XYZ25.5327.2825.04-
YUV142.12121.16130.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=34.69%
G=34.21%
B=31.10%

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
Decimal14514313000.010.100.43526.3853.92
Hex918F8201A2B34636
Octal22121720201125364666
Binary100100011000111110000010011010101011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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