Html Css Color HEX #9F8261 Sorrell Brown

📋 copy color: '#9F8261'

red 159 ◦ green 130 ◦ blue 97

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

Shades of Sorrell Brown #9F8261

Tints of Sorrell Brown #9F8261

RGB

 RED value IS 159 (62.5% from 255) = 41.19%

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

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

R = 41.19%
G = 33.68%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F8261 (or 0x9F8261) is known color: Sorrell Brown. HEX triplet: 9F, 82 and 61. RGB value is (159,130,97). Sum of RGB (Red+Green+Blue) = 159+130+97=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8261 is #607D9E. Grayscale: #878787. Windows color (decimal): -6323615 or 6390431. OLE color: 6390431.

HSL color Cylindrical-coordinate representation of color #9F8261: hue angle of 31.94º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8261 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 130 97 -
CMYK 0 0.18 0.39 0.38
HSL 31.94º 0.24% 0.5% -
HSV(B) 31.94º 0.39% 0.62% -
XYZ 24.44 24.2 14.69 -
YUV 134.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 159 130 97 0 0.18 0.39 0.38 31.94 0.24 0.5
Hex 9F 82 61 0 12 27 26 20 18 32
Octal 237 202 141 0 22 47 46 40 30 62
Binary 10011111 10000010 1100001 0 10010 100111 100110 100000 11000 110010

Color Harmonies of #9F8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8261

Black with #9F8261

Text Example


Text Example

White with #9F8261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,130,97); }

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

background-color css

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

 a { background-color: rgb(159,130,97); }

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

border-color css

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

 span { border-color: rgb(159,130,97); }

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