Html Css Color HEX #9D865E Sorrell Brown

📋 copy color: '#9D865E'

red 157 ◦ green 134 ◦ blue 94

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

Shades of Sorrell Brown #9D865E

Tints of Sorrell Brown #9D865E

RGB

 RED value IS 157 (61.72% from 255) = 40.78%

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 40.78%
G = 34.81%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D865E (or 0x9D865E) is known color: Sorrell Brown. HEX triplet: 9D, 86 and 5E. RGB value is (157,134,94). Sum of RGB (Red+Green+Blue) = 157+134+94=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D865E is #6279A1. Grayscale: #888888. Windows color (decimal): -6453666 or 6194845. OLE color: 6194845.

HSL color Cylindrical-coordinate representation of color #9D865E: hue angle of 38.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D865E is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 134 94 -
CMYK 0 0.15 0.40 0.38
HSL 38.1º 0.25% 0.49% -
HSV(B) 38.1º 0.4% 0.62% -
XYZ 24.45 25.03 14.13 -
YUV 136.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 157 134 94 0 0.15 0.40 0.38 38.1 0.25 0.49
Hex 9D 86 5E 0 F 28 26 26 19 31
Octal 235 206 136 0 17 50 46 46 31 61
Binary 10011101 10000110 1011110 0 1111 101000 100110 100110 11001 110001

Color Harmonies of #9D865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D865E

Black with #9D865E

Text Example


Text Example

White with #9D865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,134,94); }

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

background-color css

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

 a { background-color: rgb(157,134,94); }

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

border-color css

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

 span { border-color: rgb(157,134,94); }

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