#988468

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

Shades of Sorrell Brown #988468

Tints of Sorrell Brown #988468

Color information

#988468 (or 0x988468) is unknown color: approx Sorrell Brown. HEX triplet: 98, 84 and 68. RGB value is (152,132,104). Sum of RGB (Red+Green+Blue) = 152+132+104=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #988468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988468 is #677B97. Grayscale: #868686. Windows color (decimal): -6781848 or 6849688. OLE color: 6849688.

HSL color Cylindrical-coordinate representation of color #988468: hue angle of 35º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988468 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB152132104-
CMYK00.130.320.40
HSL35º18.9%50.2%-
HSV(B)35º31.58%59.61%-
XYZ23.724.1816.51-
YUV134.79110.63140.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=39.18%
G=34.02%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213210400.130.320.403518.950.2
Hex9884680D2028231332
Octal2302041500154050432362
Binary100110001000010011010000110110000010100010001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988468; }

 p { color: rgb(152,132,104); }

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

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

 a { background-color: rgb(152,132,104); }

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

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

 span { border-color: rgb(152,132,104); }

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