Html Css Color HEX #9B806B Sorrell Brown

📋 copy color: '#9B806B'

red 155 ◦ green 128 ◦ blue 107

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

Shades of Sorrell Brown #9B806B

Tints of Sorrell Brown #9B806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.44%

R = 39.74%
G = 32.82%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B806B (or 0x9B806B) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 6B. RGB value is (155,128,107). Sum of RGB (Red+Green+Blue) = 155+128+107=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B806B is #647F94. Grayscale: #858585. Windows color (decimal): -6586261 or 7045275. OLE color: 7045275.

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

Color convert

RGB 155 128 107 -
CMYK 0 0.17 0.31 0.39
HSL 26.25º 0.19% 0.51% -
HSV(B) 26.25º 0.31% 0.61% -
XYZ 23.89 23.47 17.18 -
YUV 133.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 155 128 107 0 0.17 0.31 0.39 26.25 0.19 0.51
Hex 9B 80 6B 0 11 1F 27 1A 13 33
Octal 233 200 153 0 21 37 47 32 23 63
Binary 10011011 10000000 1101011 0 10001 11111 100111 11010 10011 110011

Color Harmonies of #9B806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B806B

Black with #9B806B

Text Example


Text Example

White with #9B806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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