Html Css Color HEX #9F8265 Sorrell Brown

📋 copy color: '#9F8265'

red 159 ◦ green 130 ◦ blue 101

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

Shades of Sorrell Brown #9F8265

Tints of Sorrell Brown #9F8265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 40.77%
G = 33.33%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F8265 (or 0x9F8265) is known color: Sorrell Brown. HEX triplet: 9F, 82 and 65. RGB value is (159,130,101). Sum of RGB (Red+Green+Blue) = 159+130+101=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8265 is #607D9A. Grayscale: #878787. Windows color (decimal): -6323611 or 6652575. OLE color: 6652575.

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

Color convert

RGB 159 130 101 -
CMYK 0 0.18 0.36 0.38
HSL 30º 0.23% 0.51% -
HSV(B) 30º 0.36% 0.62% -
XYZ 24.63 24.28 15.7 -
YUV 135.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 159 130 101 0 0.18 0.36 0.38 30 0.23 0.51
Hex 9F 82 65 0 12 24 26 1E 17 33
Octal 237 202 145 0 22 44 46 36 27 63
Binary 10011111 10000010 1100101 0 10010 100100 100110 11110 10111 110011

Color Harmonies of #9F8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8265

Black with #9F8265

Text Example


Text Example

White with #9F8265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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