Html Css Color HEX #9B806A Sorrell Brown

📋 copy color: '#9B806A'

red 155 ◦ green 128 ◦ blue 106

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

Shades of Sorrell Brown #9B806A

Tints of Sorrell Brown #9B806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 39.85%
G = 32.9%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B806A (or 0x9B806A) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 6A. RGB value is (155,128,106). Sum of RGB (Red+Green+Blue) = 155+128+106=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B806A is #647F95. Grayscale: #858585. Windows color (decimal): -6586262 or 6979739. OLE color: 6979739.

HSL color Cylindrical-coordinate representation of color #9B806A: hue angle of 26.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B806A is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 106 -
CMYK 0 0.17 0.32 0.39
HSL 26.94º 0.2% 0.51% -
HSV(B) 26.94º 0.32% 0.61% -
XYZ 23.84 23.45 16.91 -
YUV 133.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 155 128 106 0 0.17 0.32 0.39 26.94 0.2 0.51
Hex 9B 80 6A 0 11 20 27 1B 14 33
Octal 233 200 152 0 21 40 47 33 24 63
Binary 10011011 10000000 1101010 0 10001 100000 100111 11011 10100 110011

Color Harmonies of #9B806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B806A

Black with #9B806A

Text Example


Text Example

White with #9B806A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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