Html Css Color HEX #9B8266 Sorrell Brown

📋 copy color: '#9B8266'

red 155 ◦ green 130 ◦ blue 102

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

Shades of Sorrell Brown #9B8266

Tints of Sorrell Brown #9B8266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 102 (40.23% from 255) = 26.36%

R = 40.05%
G = 33.59%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B8266 (or 0x9B8266) is known color: Sorrell Brown. HEX triplet: 9B, 82 and 66. RGB value is (155,130,102). Sum of RGB (Red+Green+Blue) = 155+130+102=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8266 is #647D99. Grayscale: #868686. Windows color (decimal): -6585754 or 6718107. OLE color: 6718107.

HSL color Cylindrical-coordinate representation of color #9B8266: hue angle of 31.7º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B8266 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 130 102 -
CMYK 0 0.16 0.34 0.39
HSL 31.7º 0.21% 0.5% -
HSV(B) 31.7º 0.34% 0.61% -
XYZ 23.9 23.89 15.92 -
YUV 134.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 155 130 102 0 0.16 0.34 0.39 31.7 0.21 0.5
Hex 9B 82 66 0 10 22 27 20 15 32
Octal 233 202 146 0 20 42 47 40 25 62
Binary 10011011 10000010 1100110 0 10000 100010 100111 100000 10101 110010

Color Harmonies of #9B8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8266

Black with #9B8266

Text Example


Text Example

White with #9B8266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,102); }

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

background-color css

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

 a { background-color: rgb(155,130,102); }

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

border-color css

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

 span { border-color: rgb(155,130,102); }

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