Html Css Color HEX #9B8063 Sorrell Brown

📋 copy color: '#9B8063'

red 155 ◦ green 128 ◦ blue 99

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

Shades of Sorrell Brown #9B8063

Tints of Sorrell Brown #9B8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

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

R = 40.58%
G = 33.51%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B8063 (or 0x9B8063) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 63. RGB value is (155,128,99). Sum of RGB (Red+Green+Blue) = 155+128+99=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8063 is #647F9C. Grayscale: #848484. Windows color (decimal): -6586269 or 6520987. OLE color: 6520987.

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

Color convert

RGB 155 128 99 -
CMYK 0 0.17 0.36 0.39
HSL 31.07º 0.22% 0.5% -
HSV(B) 31.07º 0.36% 0.61% -
XYZ 23.49 23.31 15.07 -
YUV 132.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 155 128 99 0 0.17 0.36 0.39 31.07 0.22 0.5
Hex 9B 80 63 0 11 24 27 1F 16 32
Octal 233 200 143 0 21 44 47 37 26 62
Binary 10011011 10000000 1100011 0 10001 100100 100111 11111 10110 110010

Color Harmonies of #9B8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8063

Black with #9B8063

Text Example


Text Example

White with #9B8063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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