Html Css Color HEX #9B806C Sorrell Brown

📋 copy color: '#9B806C'

red 155 ◦ green 128 ◦ blue 108

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

Shades of Sorrell Brown #9B806C

Tints of Sorrell Brown #9B806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 39.64%
G = 32.74%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B806C (or 0x9B806C) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 6C. RGB value is (155,128,108). Sum of RGB (Red+Green+Blue) = 155+128+108=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B806C is #647F93. Grayscale: #858585. Windows color (decimal): -6586260 or 7110811. OLE color: 7110811.

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

Color convert

RGB 155 128 108 -
CMYK 0 0.17 0.30 0.39
HSL 25.53º 0.19% 0.52% -
HSV(B) 25.53º 0.3% 0.61% -
XYZ 23.94 23.49 17.46 -
YUV 133.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 155 128 108 0 0.17 0.30 0.39 25.53 0.19 0.52
Hex 9B 80 6C 0 11 1E 27 1A 13 34
Octal 233 200 154 0 21 36 47 32 23 64
Binary 10011011 10000000 1101100 0 10001 11110 100111 11010 10011 110100

Color Harmonies of #9B806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B806C

Black with #9B806C

Text Example


Text Example

White with #9B806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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