#96805D

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

Shades of Sorrell Brown #96805D

Tints of Sorrell Brown #96805D

Color information

#96805D (or 0x96805D) is unknown color: approx Sorrell Brown. HEX triplet: 96, 80 and 5D. RGB value is (150,128,93). Sum of RGB (Red+Green+Blue) = 150+128+93=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96805D is #697FA2. Grayscale: #828282. Windows color (decimal): -6913955 or 6127766. OLE color: 6127766.

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

Color convert

RGB15012893-
CMYK00.150.380.41
HSL36.84º23.46%47.65%-
HSV(B)36.84º38%58.82%-
XYZ22.2722.7113.57-
YUV130.59106.79141.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=40.43%
G=34.50%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501289300.150.380.4136.8423.4647.65
Hex96805D0F2629251730
Octal2262001350174651452760
Binary100101101000000010111010111110011010100110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96805D; }

 p { color: rgb(150,128,93); }

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

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

 a { background-color: rgb(150,128,93); }

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

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

 span { border-color: rgb(150,128,93); }

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