#96795E

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

Shades of Sorrell Brown #96795E

Tints of Sorrell Brown #96795E

Color information

#96795E (or 0x96795E) is unknown color: approx Sorrell Brown. HEX triplet: 96, 79 and 5E. RGB value is (150,121,94). Sum of RGB (Red+Green+Blue) = 150+121+94=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #96795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96795E is #6986A1. Grayscale: #7E7E7E. Windows color (decimal): -6915746 or 6191510. OLE color: 6191510.

HSL color Cylindrical-coordinate representation of color #96795E: hue angle of 28.93º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96795E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15012194-
CMYK00.190.370.41
HSL28.93º22.95%47.84%-
HSV(B)28.93º37.33%58.82%-
XYZ21.4420.9713.51-
YUV126.59109.61144.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=41.10%
G=33.15%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501219400.190.370.4128.9322.9547.84
Hex96795E01325291d1730
Octal2261711360234551352760
Binary10010110111100110111100100111001011010011110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96795E; }

 p { color: rgb(150,121,94); }

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

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

 a { background-color: rgb(150,121,94); }

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

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

 span { border-color: rgb(150,121,94); }

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