#968360

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

Shades of Sorrell Brown #968360

Tints of Sorrell Brown #968360

Color information

#968360 (or 0x968360) is unknown color: approx Sorrell Brown. HEX triplet: 96, 83 and 60. RGB value is (150,131,96). Sum of RGB (Red+Green+Blue) = 150+131+96=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #968360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968360 is #697C9F. Grayscale: #848484. Windows color (decimal): -6913184 or 6325142. OLE color: 6325142.

HSL color Cylindrical-coordinate representation of color #968360: hue angle of 38.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968360 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15013196-
CMYK00.130.360.41
HSL38.89º21.95%48.24%-
HSV(B)38.89º36%58.82%-
XYZ22.8123.5614.41-
YUV132.69107.29140.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=39.79%
G=34.75%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501319600.130.360.4138.8921.9548.24
Hex9683600D2429271630
Octal2262031400154451472660
Binary100101101000001111000000110110010010100110011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968360; }

 p { color: rgb(150,131,96); }

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

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

 a { background-color: rgb(150,131,96); }

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

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

 span { border-color: rgb(150,131,96); }

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