#988269

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

Shades of Sorrell Brown #988269

Tints of Sorrell Brown #988269

Color information

#988269 (or 0x988269) is unknown color: approx Sorrell Brown. HEX triplet: 98, 82 and 69. RGB value is (152,130,105). Sum of RGB (Red+Green+Blue) = 152+130+105=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #988269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988269 is #677D96. Grayscale: #858585. Windows color (decimal): -6782359 or 6914712. OLE color: 6914712.

HSL color Cylindrical-coordinate representation of color #988269: hue angle of 31.91º 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 #988269 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB152130105-
CMYK00.140.310.40
HSL31.91º18.58%50.39%-
HSV(B)31.91º30.92%59.61%-
XYZ23.4823.6616.69-
YUV133.73111.79141.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=39.28%
G=33.59%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213010500.140.310.4031.9118.5850.39
Hex9882690E1F28201332
Octal2302021510163750402362
Binary10011000100000101101001011101111110100010000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988269; }

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

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

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

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

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

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

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

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