#9D8062

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

Shades of Sorrell Brown #9D8062

Tints of Sorrell Brown #9D8062

Color information

#9D8062 (or 0x9D8062) is unknown color: approx Sorrell Brown. HEX triplet: 9D, 80 and 62. RGB value is (157,128,98). Sum of RGB (Red+Green+Blue) = 157+128+98=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8062 is #627F9D. Grayscale: #858585. Windows color (decimal): -6455198 or 6455453. OLE color: 6455453.

HSL color Cylindrical-coordinate representation of color #9D8062: hue angle of 30.51º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D8062 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15712898-
CMYK00.180.380.38
HSL30.51º23.14%50%-
HSV(B)30.51º37.58%61.57%-
XYZ23.8323.4914.83-
YUV133.25108.11144.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 98 (38.67% from 255) = 25.59%
R=40.99%
G=33.42%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571289800.180.380.3830.5123.1450
Hex9D806201226261f1732
Octal2352001420224646372762
Binary100111011000000011000100100101001101001101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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