Html Css Color HEX #9B7E66 Sorrell Brown

📋 copy color: '#9B7E66'

red 155 ◦ green 126 ◦ blue 102

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

Shades of Sorrell Brown #9B7E66

Tints of Sorrell Brown #9B7E66

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 40.47%
G = 32.9%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B7E66 (or 0x9B7E66) is known color: Sorrell Brown. HEX triplet: 9B, 7E and 66. RGB value is (155,126,102). Sum of RGB (Red+Green+Blue) = 155+126+102=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E66 is #648199. Grayscale: #848484. Windows color (decimal): -6586778 or 6717083. OLE color: 6717083.

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

Color convert

RGB 155 126 102 -
CMYK 0 0.19 0.34 0.39
HSL 27.17º 0.21% 0.5% -
HSV(B) 27.17º 0.34% 0.61% -
XYZ 23.38 22.85 15.75 -
YUV 131.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 155 126 102 0 0.19 0.34 0.39 27.17 0.21 0.5
Hex 9B 7E 66 0 13 22 27 1B 15 32
Octal 233 176 146 0 23 42 47 33 25 62
Binary 10011011 1111110 1100110 0 10011 100010 100111 11011 10101 110010

Color Harmonies of #9B7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7E66

Black with #9B7E66

Text Example


Text Example

White with #9B7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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