#988469

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

Shades of Sorrell Brown #988469

Tints of Sorrell Brown #988469

Color information

#988469 (or 0x988469) is unknown color: approx Sorrell Brown. HEX triplet: 98, 84 and 69. RGB value is (152,132,105). Sum of RGB (Red+Green+Blue) = 152+132+105=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #988469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988469 is #677B96. Grayscale: #878787. Windows color (decimal): -6781847 or 6915224. OLE color: 6915224.

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

Color convert

RGB152132105-
CMYK00.130.310.40
HSL34.47º18.58%50.39%-
HSV(B)34.47º30.92%59.61%-
XYZ23.7524.216.78-
YUV134.9111.13140.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=39.07%
G=33.93%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213210500.130.310.4034.4718.5850.39
Hex9884690D1F28221332
Octal2302041510153750422362
Binary10011000100001001101001011011111110100010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988469; }

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

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

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

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

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

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

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

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