#998165

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

Shades of Sorrell Brown #998165

Tints of Sorrell Brown #998165

Color information

#998165 (or 0x998165) is unknown color: approx Sorrell Brown. HEX triplet: 99, 81 and 65. RGB value is (153,129,101). Sum of RGB (Red+Green+Blue) = 153+129+101=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #998165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998165 is #667E9A. Grayscale: #858585. Windows color (decimal): -6717083 or 6652313. OLE color: 6652313.

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

Color convert

RGB153129101-
CMYK00.160.340.4
HSL32.31º20.47%49.8%-
HSV(B)32.31º33.99%60%-
XYZ23.3423.4115.6-
YUV132.98109.95142.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=39.95%
G=33.68%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312910100.160.340.432.3120.4749.8
Hex9981650102228201432
Octal2312011450204250402462
Binary1001100110000001110010101000010001010100010000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998165; }

 p { color: rgb(153,129,101); }

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

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

 a { background-color: rgb(153,129,101); }

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

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

 span { border-color: rgb(153,129,101); }

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