Html Css Color HEX #9B885F Sorrell Brown

📋 copy color: '#9B885F'

red 155 ◦ green 136 ◦ blue 95

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

Shades of Sorrell Brown #9B885F

Tints of Sorrell Brown #9B885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 40.16%
G = 35.23%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B885F (or 0x9B885F) is known color: Sorrell Brown. HEX triplet: 9B, 88 and 5F. RGB value is (155,136,95). Sum of RGB (Red+Green+Blue) = 155+136+95=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B885F is #6477A0. Grayscale: #898989. Windows color (decimal): -6584225 or 6260891. OLE color: 6260891.

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

Color convert

RGB 155 136 95 -
CMYK 0 0.12 0.39 0.39
HSL 41º 0.24% 0.49% -
HSV(B) 41º 0.39% 0.61% -
XYZ 24.39 25.4 14.44 -
YUV 137.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 155 136 95 0 0.12 0.39 0.39 41 0.24 0.49
Hex 9B 88 5F 0 C 27 27 29 18 31
Octal 233 210 137 0 14 47 47 51 30 61
Binary 10011011 10001000 1011111 0 1100 100111 100111 101001 11000 110001

Color Harmonies of #9B885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B885F

Black with #9B885F

Text Example


Text Example

White with #9B885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,136,95); }

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

background-color css

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

 a { background-color: rgb(155,136,95); }

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

border-color css

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

 span { border-color: rgb(155,136,95); }

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