#9C775E

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

Shades of Sorrell Brown #9C775E

Tints of Sorrell Brown #9C775E

Color information

#9C775E (or 0x9C775E) is unknown color: approx Sorrell Brown. HEX triplet: 9C, 77 and 5E. RGB value is (156,119,94). Sum of RGB (Red+Green+Blue) = 156+119+94=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C775E is #6388A1. Grayscale: #7F7F7F. Windows color (decimal): -6523042 or 6191004. OLE color: 6191004.

HSL color Cylindrical-coordinate representation of color #9C775E: hue angle of 24.19º 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 #9C775E is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15611994-
CMYK00.240.400.39
HSL24.19º24.8%49.02%-
HSV(B)24.19º39.74%61.18%-
XYZ22.3321.0713.48-
YUV127.21109.26148.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=42.28%
G=32.25%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561199400.240.400.3924.1924.849.02
Hex9C775E0182827181931
Octal2341671360305047303161
Binary10011100111011110111100110001010001001111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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