#998064

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

Shades of Sorrell Brown #998064

Tints of Sorrell Brown #998064

Color information

#998064 (or 0x998064) is unknown color: approx Sorrell Brown. HEX triplet: 99, 80 and 64. RGB value is (153,128,100). Sum of RGB (Red+Green+Blue) = 153+128+100=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #998064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998064 is #667F9B. Grayscale: #848484. Windows color (decimal): -6717340 or 6586521. OLE color: 6586521.

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

Color convert

RGB153128100-
CMYK00.160.350.4
HSL31.7º20.95%49.61%-
HSV(B)31.7º34.64%60%-
XYZ23.1623.1315.3-
YUV132.28109.78142.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=40.16%
G=33.60%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312810000.160.350.431.720.9549.61
Hex9980640102328201532
Octal2312001440204350402562
Binary1001100110000000110010001000010001110100010000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998064; }

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

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

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

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

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

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

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

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