#958165

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

Shades of Sorrell Brown #958165

Tints of Sorrell Brown #958165

Color information

#958165 (or 0x958165) is unknown color: approx Sorrell Brown. HEX triplet: 95, 81 and 65. RGB value is (149,129,101). Sum of RGB (Red+Green+Blue) = 149+129+101=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #958165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958165 is #6A7E9A. Grayscale: #838383. Windows color (decimal): -6979227 or 6652309. OLE color: 6652309.

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

Color convert

RGB149129101-
CMYK00.130.320.42
HSL35º19.2%49.02%-
HSV(B)35º32.21%58.43%-
XYZ22.5923.0315.57-
YUV131.79110.63140.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=39.31%
G=34.04%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912910100.130.320.423519.249.02
Hex9581650D202A231331
Octal2252011450154052432361
Binary100101011000000111001010110110000010101010001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958165; }

 p { color: rgb(149,129,101); }

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

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

 a { background-color: rgb(149,129,101); }

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

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

 span { border-color: rgb(149,129,101); }

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