#9C8460

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

Shades of Sorrell Brown #9C8460

Tints of Sorrell Brown #9C8460

Color information

#9C8460 (or 0x9C8460) is unknown color: approx Sorrell Brown. HEX triplet: 9C, 84 and 60. RGB value is (156,132,96). Sum of RGB (Red+Green+Blue) = 156+132+96=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8460 is #637B9F. Grayscale: #878787. Windows color (decimal): -6519712 or 6325404. OLE color: 6325404.

HSL color Cylindrical-coordinate representation of color #9C8460: hue angle of 36º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C8460 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB15613296-
CMYK00.150.380.39
HSL36º23.81%49.41%-
HSV(B)36º38.46%61.18%-
XYZ24.0724.4114.51-
YUV135.07105.95142.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.62%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 96 (37.89% from 255) = 25%
R=40.62%
G=34.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561329600.150.380.393623.8149.41
Hex9C84600F2627241831
Octal2342041400174647443061
Binary100111001000010011000000111110011010011110010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8460; }

 p { color: rgb(156,132,96); }

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

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

 a { background-color: rgb(156,132,96); }

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

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

 span { border-color: rgb(156,132,96); }

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