Html Css Color HEX #9B7F61 Sorrell Brown

📋 copy color: '#9B7F61'

red 155 ◦ green 127 ◦ blue 97

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

Shades of Sorrell Brown #9B7F61

Tints of Sorrell Brown #9B7F61

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

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

R = 40.9%
G = 33.51%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B7F61 (or 0x9B7F61) is known color: Sorrell Brown. HEX triplet: 9B, 7F and 61. RGB value is (155,127,97). Sum of RGB (Red+Green+Blue) = 155+127+97=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F61 is #64809E. Grayscale: #848484. Windows color (decimal): -6586527 or 6389659. OLE color: 6389659.

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

Color convert

RGB 155 127 97 -
CMYK 0 0.18 0.37 0.39
HSL 31.03º 0.23% 0.49% -
HSV(B) 31.03º 0.37% 0.61% -
XYZ 23.26 23.01 14.52 -
YUV 131.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 155 127 97 0 0.18 0.37 0.39 31.03 0.23 0.49
Hex 9B 7F 61 0 12 25 27 1F 17 31
Octal 233 177 141 0 22 45 47 37 27 61
Binary 10011011 1111111 1100001 0 10010 100101 100111 11111 10111 110001

Color Harmonies of #9B7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F61

Black with #9B7F61

Text Example


Text Example

White with #9B7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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