Html Css Color HEX #9B8460 Sorrell Brown

📋 copy color: '#9B8460'

red 155 ◦ green 132 ◦ blue 96

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

Shades of Sorrell Brown #9B8460

Tints of Sorrell Brown #9B8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 40.47%
G = 34.46%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B8460 (or 0x9B8460) is known color: Sorrell Brown. HEX triplet: 9B, 84 and 60. RGB value is (155,132,96). Sum of RGB (Red+Green+Blue) = 155+132+96=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8460 is #647B9F. Grayscale: #868686. Windows color (decimal): -6585248 or 6325403. OLE color: 6325403.

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

Color convert

RGB 155 132 96 -
CMYK 0 0.15 0.38 0.39
HSL 36.61º 0.24% 0.49% -
HSV(B) 36.61º 0.38% 0.61% -
XYZ 23.88 24.32 14.5 -
YUV 134.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 155 132 96 0 0.15 0.38 0.39 36.61 0.24 0.49
Hex 9B 84 60 0 F 26 27 25 18 31
Octal 233 204 140 0 17 46 47 45 30 61
Binary 10011011 10000100 1100000 0 1111 100110 100111 100101 11000 110001

Color Harmonies of #9B8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8460

Black with #9B8460

Text Example


Text Example

White with #9B8460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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