Html Css Color HEX #9B8365 Sorrell Brown

📋 copy color: '#9B8365'

red 155 ◦ green 131 ◦ blue 101

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

Shades of Sorrell Brown #9B8365

Tints of Sorrell Brown #9B8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 101 (39.84% from 255) = 26.1%

R = 40.05%
G = 33.85%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B8365 (or 0x9B8365) is known color: Sorrell Brown. HEX triplet: 9B, 83 and 65. RGB value is (155,131,101). Sum of RGB (Red+Green+Blue) = 155+131+101=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8365 is #647C9A. Grayscale: #868686. Windows color (decimal): -6585499 or 6652827. OLE color: 6652827.

HSL color Cylindrical-coordinate representation of color #9B8365: hue angle of 33.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8365 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 101 -
CMYK 0 0.15 0.35 0.39
HSL 33.33º 0.21% 0.5% -
HSV(B) 33.33º 0.35% 0.61% -
XYZ 23.98 24.14 15.71 -
YUV 134.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 155 131 101 0 0.15 0.35 0.39 33.33 0.21 0.5
Hex 9B 83 65 0 F 23 27 21 15 32
Octal 233 203 145 0 17 43 47 41 25 62
Binary 10011011 10000011 1100101 0 1111 100011 100111 100001 10101 110010

Color Harmonies of #9B8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8365

Black with #9B8365

Text Example


Text Example

White with #9B8365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,131,101); }

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

background-color css

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

 a { background-color: rgb(155,131,101); }

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

border-color css

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

 span { border-color: rgb(155,131,101); }

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