Html Css Color HEX #9B8760 Sorrell Brown

📋 copy color: '#9B8760'

red 155 ◦ green 135 ◦ blue 96

#9B8760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorrell Brown #9B8760

Tints of Sorrell Brown #9B8760

RGB

 RED value IS 155 (60.94% from 255) = 40.16%

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 96 (37.89% from 255) = 24.87%

R = 40.16%
G = 34.97%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B8760 (or 0x9B8760) is known color: Sorrell Brown. HEX triplet: 9B, 87 and 60. RGB value is (155,135,96). Sum of RGB (Red+Green+Blue) = 155+135+96=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8760 is #64789F. Grayscale: #888888. Windows color (decimal): -6584480 or 6326171. OLE color: 6326171.

HSL color Cylindrical-coordinate representation of color #9B8760: hue angle of 39.66º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B8760 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 135 96 -
CMYK 0 0.13 0.38 0.39
HSL 39.66º 0.24% 0.49% -
HSV(B) 39.66º 0.38% 0.61% -
XYZ 24.29 25.14 14.64 -
YUV 136.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 155 135 96 0 0.13 0.38 0.39 39.66 0.24 0.49
Hex 9B 87 60 0 D 26 27 28 18 31
Octal 233 207 140 0 15 46 47 50 30 61
Binary 10011011 10000111 1100000 0 1101 100110 100111 101000 11000 110001

Color Harmonies of #9B8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8760

Black with #9B8760

Text Example


Text Example

White with #9B8760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,135,96); }

 H1.HeaderClassName
 {
   color: #9B8760;
 }
 .AnyTagClassName
 {
   color: #9B8760;
 }
</style>

background-color css

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

 a { background-color: rgb(155,135,96); }

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

border-color css

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

 span { border-color: rgb(155,135,96); }

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