#998069

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

Shades of Sorrell Brown #998069

Tints of Sorrell Brown #998069

Color information

#998069 (or 0x998069) is unknown color: approx Sorrell Brown. HEX triplet: 99, 80 and 69. RGB value is (153,128,105). Sum of RGB (Red+Green+Blue) = 153+128+105=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998069 is #667F96. Grayscale: #848484. Windows color (decimal): -6717335 or 6914201. OLE color: 6914201.

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

Color convert

RGB153128105-
CMYK00.160.310.4
HSL28.75º19.05%50.59%-
HSV(B)28.75º31.37%60%-
XYZ23.4123.2316.61-
YUV132.85112.28142.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=39.64%
G=33.16%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312810500.160.310.428.7519.0550.59
Hex9980690101F281d1333
Octal2312001510203750352363
Binary10011001100000001101001010000111111010001110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998069; }

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

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

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

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

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

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

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

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