#9C815E

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

Shades of Sorrell Brown #9C815E

Tints of Sorrell Brown #9C815E

Color information

#9C815E (or 0x9C815E) is unknown color: approx Sorrell Brown. HEX triplet: 9C, 81 and 5E. RGB value is (156,129,94). Sum of RGB (Red+Green+Blue) = 156+129+94=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C815E is #637EA1. Grayscale: #858585. Windows color (decimal): -6520482 or 6193564. OLE color: 6193564.

HSL color Cylindrical-coordinate representation of color #9C815E: hue angle of 33.87º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C815E is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15612994-
CMYK00.170.400.39
HSL33.87º24.8%49.02%-
HSV(B)33.87º39.74%61.18%-
XYZ23.5823.5813.9-
YUV133.08105.95144.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=41.16%
G=34.04%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561299400.170.400.3933.8724.849.02
Hex9C815E0112827221931
Octal2342011360215047423161
Binary1001110010000001101111001000110100010011110001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,94); }

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

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

 a { background-color: rgb(156,129,94); }

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

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

 span { border-color: rgb(156,129,94); }

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