#958063

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

Shades of Sorrell Brown #958063

Tints of Sorrell Brown #958063

Color information

#958063 (or 0x958063) is unknown color: approx Sorrell Brown. HEX triplet: 95, 80 and 63. RGB value is (149,128,99). Sum of RGB (Red+Green+Blue) = 149+128+99=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #958063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958063 is #6A7F9C. Grayscale: #838383. Windows color (decimal): -6979485 or 6520981. OLE color: 6520981.

HSL color Cylindrical-coordinate representation of color #958063: hue angle of 34.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958063 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14912899-
CMYK00.140.340.42
HSL34.8º20.16%48.63%-
HSV(B)34.8º33.56%58.43%-
XYZ22.3722.7315.01-
YUV130.97109.96140.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 99 (39.06% from 255) = 26.33%
R=39.63%
G=34.04%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491289900.140.340.4234.820.1648.63
Hex9580630E222A231431
Octal2252001430164252432461
Binary100101011000000011000110111010001010101010001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958063; }

 p { color: rgb(149,128,99); }

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

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

 a { background-color: rgb(149,128,99); }

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

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

 span { border-color: rgb(149,128,99); }

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