#9B7F62

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

Shades of Sorrell Brown #9B7F62

Tints of Sorrell Brown #9B7F62

Color information

#9B7F62 (or 0x9B7F62) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 7F and 62. RGB value is (155,127,98). Sum of RGB (Red+Green+Blue) = 155+127+98=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F62 is #64809D. Grayscale: #848484. Windows color (decimal): -6586526 or 6455195. OLE color: 6455195.

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

Color convert

RGB15512798-
CMYK00.180.370.39
HSL30.53º22.53%49.61%-
HSV(B)30.53º36.77%60.78%-
XYZ23.3123.0314.77-
YUV132.07108.78144.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=40.79%
G=33.42%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551279800.180.370.3930.5322.5349.61
Hex9B7F6201225271f1732
Octal2331771420224547372762
Binary10011011111111111000100100101001011001111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,98); }

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

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

 a { background-color: rgb(155,127,98); }

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

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

 span { border-color: rgb(155,127,98); }

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