#998366

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

Shades of Sorrell Brown #998366

Tints of Sorrell Brown #998366

Color information

#998366 (or 0x998366) is unknown color: approx Sorrell Brown. HEX triplet: 99, 83 and 66. RGB value is (153,131,102). Sum of RGB (Red+Green+Blue) = 153+131+102=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998366 is #667C99. Grayscale: #868686. Windows color (decimal): -6716570 or 6718361. OLE color: 6718361.

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

Color convert

RGB153131102-
CMYK00.140.330.4
HSL34.12º20%50%-
HSV(B)34.12º33.33%60%-
XYZ23.6523.9615.95-
YUV134.27109.79141.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=39.64%
G=33.94%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313110200.140.330.434.122050
Hex9983660E2128221432
Octal2312031460164150422462
Binary100110011000001111001100111010000110100010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998366; }

 p { color: rgb(153,131,102); }

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

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

 a { background-color: rgb(153,131,102); }

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

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

 span { border-color: rgb(153,131,102); }

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