Html Css Color HEX #9B8263 Sorrell Brown

📋 copy color: '#9B8263'

red 155 ◦ green 130 ◦ blue 99

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

Shades of Sorrell Brown #9B8263

Tints of Sorrell Brown #9B8263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 99 (39.06% from 255) = 25.78%

R = 40.36%
G = 33.85%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B8263 (or 0x9B8263) is known color: Sorrell Brown. HEX triplet: 9B, 82 and 63. RGB value is (155,130,99). Sum of RGB (Red+Green+Blue) = 155+130+99=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8263 is #647D9C. Grayscale: #868686. Windows color (decimal): -6585757 or 6521499. OLE color: 6521499.

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

Color convert

RGB 155 130 99 -
CMYK 0 0.16 0.36 0.39
HSL 33.21º 0.22% 0.5% -
HSV(B) 33.21º 0.36% 0.61% -
XYZ 23.75 23.83 15.15 -
YUV 133.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 155 130 99 0 0.16 0.36 0.39 33.21 0.22 0.5
Hex 9B 82 63 0 10 24 27 21 16 32
Octal 233 202 143 0 20 44 47 41 26 62
Binary 10011011 10000010 1100011 0 10000 100100 100111 100001 10110 110010

Color Harmonies of #9B8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8263

Black with #9B8263

Text Example


Text Example

White with #9B8263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,99); }

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

background-color css

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

 a { background-color: rgb(155,130,99); }

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

border-color css

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

 span { border-color: rgb(155,130,99); }

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