Html Css Color HEX #9F7F65 Sorrell Brown

📋 copy color: '#9F7F65'

red 159 ◦ green 127 ◦ blue 101

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

Shades of Sorrell Brown #9F7F65

Tints of Sorrell Brown #9F7F65

RGB

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

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

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

R = 41.09%
G = 32.82%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F7F65 (or 0x9F7F65) is known color: Sorrell Brown. HEX triplet: 9F, 7F and 65. RGB value is (159,127,101). Sum of RGB (Red+Green+Blue) = 159+127+101=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F65 is #60809A. Grayscale: #858585. Windows color (decimal): -6324379 or 6651807. OLE color: 6651807.

HSL color Cylindrical-coordinate representation of color #9F7F65: hue angle of 26.9º 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 #9F7F65 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 127 101 -
CMYK 0 0.20 0.36 0.38
HSL 26.9º 0.23% 0.51% -
HSV(B) 26.9º 0.36% 0.62% -
XYZ 24.24 23.49 15.57 -
YUV 133.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 159 127 101 0 0.20 0.36 0.38 26.9 0.23 0.51
Hex 9F 7F 65 0 14 24 26 1B 17 33
Octal 237 177 145 0 24 44 46 33 27 63
Binary 10011111 1111111 1100101 0 10100 100100 100110 11011 10111 110011

Color Harmonies of #9F7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7F65

Black with #9F7F65

Text Example


Text Example

White with #9F7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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