Html Css Color HEX #9B816A Sorrell Brown

📋 copy color: '#9B816A'

red 155 ◦ green 129 ◦ blue 106

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

Shades of Sorrell Brown #9B816A

Tints of Sorrell Brown #9B816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

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

R = 39.74%
G = 33.08%
B = 27.18%

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

#9B816A (or 0x9B816A) is known color: Sorrell Brown. HEX triplet: 9B, 81 and 6A. RGB value is (155,129,106). Sum of RGB (Red+Green+Blue) = 155+129+106=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B816A is #647E95. Grayscale: #868686. Windows color (decimal): -6586006 or 6979995. OLE color: 6979995.

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

Color convert

RGB 155 129 106 -
CMYK 0 0.17 0.32 0.39
HSL 28.16º 0.2% 0.51% -
HSV(B) 28.16º 0.32% 0.61% -
XYZ 23.97 23.71 16.95 -
YUV 134.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 155 129 106 0 0.17 0.32 0.39 28.16 0.2 0.51
Hex 9B 81 6A 0 11 20 27 1C 14 33
Octal 233 201 152 0 21 40 47 34 24 63
Binary 10011011 10000001 1101010 0 10001 100000 100111 11100 10100 110011

Color Harmonies of #9B816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B816A

Black with #9B816A

Text Example


Text Example

White with #9B816A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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