#9D8268

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

Shades of Sorrell Brown #9D8268

Tints of Sorrell Brown #9D8268

Color information

#9D8268 (or 0x9D8268) is unknown color: approx Sorrell Brown. HEX triplet: 9D, 82 and 68. RGB value is (157,130,104). Sum of RGB (Red+Green+Blue) = 157+130+104=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8268 is #627D97. Grayscale: #878787. Windows color (decimal): -6454680 or 6849181. OLE color: 6849181.

HSL color Cylindrical-coordinate representation of color #9D8268: hue angle of 29.43º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D8268 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB157130104-
CMYK00.170.340.38
HSL29.43º21.29%51.18%-
HSV(B)29.43º33.76%61.57%-
XYZ24.3924.1316.47-
YUV135.11110.45143.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=40.15%
G=33.25%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713010400.170.340.3829.4321.2951.18
Hex9D826801122261d1533
Octal2352021500214246352563
Binary100111011000001011010000100011000101001101110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D8268; }

 p { color: rgb(157,130,104); }

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

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

 a { background-color: rgb(157,130,104); }

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

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

 span { border-color: rgb(157,130,104); }

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