#988069

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

Shades of Sorrell Brown #988069

Tints of Sorrell Brown #988069

Color information

#988069 (or 0x988069) is unknown color: approx Sorrell Brown. HEX triplet: 98, 80 and 69. RGB value is (152,128,105). Sum of RGB (Red+Green+Blue) = 152+128+105=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #988069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988069 is #677F96. Grayscale: #848484. Windows color (decimal): -6782871 or 6914200. OLE color: 6914200.

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

Color convert

RGB152128105-
CMYK00.160.310.40
HSL29.36º18.58%50.39%-
HSV(B)29.36º30.92%59.61%-
XYZ23.2223.1316.61-
YUV132.55112.45141.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=39.48%
G=33.25%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212810500.160.310.4029.3618.5850.39
Hex9880690101F281d1332
Octal2302001510203750352362
Binary10011000100000001101001010000111111010001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988069; }

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

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

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

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

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

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

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

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