Html Css Color HEX #9B7D61 Sorrell Brown

📋 copy color: '#9B7D61'

red 155 ◦ green 125 ◦ blue 97

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

Shades of Sorrell Brown #9B7D61

Tints of Sorrell Brown #9B7D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 41.11%
G = 33.16%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B7D61 (or 0x9B7D61) is known color: Sorrell Brown. HEX triplet: 9B, 7D and 61. RGB value is (155,125,97). Sum of RGB (Red+Green+Blue) = 155+125+97=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7D61 is #64829E. Grayscale: #828282. Windows color (decimal): -6587039 or 6389147. OLE color: 6389147.

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

Color convert

RGB 155 125 97 -
CMYK 0 0.19 0.37 0.39
HSL 28.97º 0.23% 0.49% -
HSV(B) 28.97º 0.37% 0.61% -
XYZ 23.01 22.5 14.44 -
YUV 130.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 155 125 97 0 0.19 0.37 0.39 28.97 0.23 0.49
Hex 9B 7D 61 0 13 25 27 1D 17 31
Octal 233 175 141 0 23 45 47 35 27 61
Binary 10011011 1111101 1100001 0 10011 100101 100111 11101 10111 110001

Color Harmonies of #9B7D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7D61

Black with #9B7D61

Text Example


Text Example

White with #9B7D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,125,97); }

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

background-color css

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

 a { background-color: rgb(155,125,97); }

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

border-color css

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

 span { border-color: rgb(155,125,97); }

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