Html Css Color HEX #9B8560 Sorrell Brown

📋 copy color: '#9B8560'

red 155 ◦ green 133 ◦ blue 96

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

Shades of Sorrell Brown #9B8560

Tints of Sorrell Brown #9B8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.64%

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

R = 40.36%
G = 34.64%
B = 25%

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

#9B8560 (or 0x9B8560) is known color: Sorrell Brown. HEX triplet: 9B, 85 and 60. RGB value is (155,133,96). Sum of RGB (Red+Green+Blue) = 155+133+96=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8560 is #647A9F. Grayscale: #878787. Windows color (decimal): -6584992 or 6325659. OLE color: 6325659.

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

Color convert

RGB 155 133 96 -
CMYK 0 0.14 0.38 0.39
HSL 37.63º 0.24% 0.49% -
HSV(B) 37.63º 0.38% 0.61% -
XYZ 24.02 24.59 14.55 -
YUV 135.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 155 133 96 0 0.14 0.38 0.39 37.63 0.24 0.49
Hex 9B 85 60 0 E 26 27 26 18 31
Octal 233 205 140 0 16 46 47 46 30 61
Binary 10011011 10000101 1100000 0 1110 100110 100111 100110 11000 110001

Color Harmonies of #9B8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8560

Black with #9B8560

Text Example


Text Example

White with #9B8560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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