#9D8068

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

Shades of Sorrell Brown #9D8068

Tints of Sorrell Brown #9D8068

Color information

#9D8068 (or 0x9D8068) is unknown color: approx Sorrell Brown. HEX triplet: 9D, 80 and 68. RGB value is (157,128,104). Sum of RGB (Red+Green+Blue) = 157+128+104=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8068 is #627F97. Grayscale: #868686. Windows color (decimal): -6455192 or 6848669. OLE color: 6848669.

HSL color Cylindrical-coordinate representation of color #9D8068: hue angle of 27.17º 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 #9D8068 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB157128104-
CMYK00.180.340.38
HSL27.17º21.29%51.18%-
HSV(B)27.17º33.76%61.57%-
XYZ24.1223.6116.38-
YUV133.94111.11144.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.36%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=40.36%
G=32.90%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712810400.180.340.3827.1721.2951.18
Hex9D806801222261b1533
Octal2352001500224246332563
Binary100111011000000011010000100101000101001101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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