Html Css Color HEX #9B8660 Sorrell Brown

📋 copy color: '#9B8660'

red 155 ◦ green 134 ◦ blue 96

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

Shades of Sorrell Brown #9B8660

Tints of Sorrell Brown #9B8660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

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

R = 40.26%
G = 34.81%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B8660 (or 0x9B8660) is known color: Sorrell Brown. HEX triplet: 9B, 86 and 60. RGB value is (155,134,96). Sum of RGB (Red+Green+Blue) = 155+134+96=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8660 is #64799F. Grayscale: #888888. Windows color (decimal): -6584736 or 6325915. OLE color: 6325915.

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

Color convert

RGB 155 134 96 -
CMYK 0 0.14 0.38 0.39
HSL 38.64º 0.24% 0.49% -
HSV(B) 38.64º 0.38% 0.61% -
XYZ 24.15 24.86 14.59 -
YUV 135.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 155 134 96 0 0.14 0.38 0.39 38.64 0.24 0.49
Hex 9B 86 60 0 E 26 27 27 18 31
Octal 233 206 140 0 16 46 47 47 30 61
Binary 10011011 10000110 1100000 0 1110 100110 100111 100111 11000 110001

Color Harmonies of #9B8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8660

Black with #9B8660

Text Example


Text Example

White with #9B8660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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