Html Css Color HEX #9A8361 Sorrell Brown

📋 copy color: '#9A8361'

red 154 ◦ green 131 ◦ blue 97

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

Shades of Sorrell Brown #9A8361

Tints of Sorrell Brown #9A8361

RGB

 RED value IS 154 (60.55% from 255) = 40.31%

 GREEN value IS 131 (51.56% from 255) = 34.29%

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

R = 40.31%
G = 34.29%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#9A8361 (or 0x9A8361) is known color: Sorrell Brown. HEX triplet: 9A, 83 and 61. RGB value is (154,131,97). Sum of RGB (Red+Green+Blue) = 154+131+97=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8361 is #657C9E. Grayscale: #868686. Windows color (decimal): -6651039 or 6390682. OLE color: 6390682.

HSL color Cylindrical-coordinate representation of color #9A8361: hue angle of 35.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A8361 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 131 97 -
CMYK 0 0.15 0.37 0.40
HSL 35.79º 0.23% 0.49% -
HSV(B) 35.79º 0.37% 0.6% -
XYZ 23.6 23.97 14.69 -
YUV 134 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 154 131 97 0 0.15 0.37 0.40 35.79 0.23 0.49
Hex 9A 83 61 0 F 25 28 24 17 31
Octal 232 203 141 0 17 45 50 44 27 61
Binary 10011010 10000011 1100001 0 1111 100101 101000 100100 10111 110001

Color Harmonies of #9A8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8361

Black with #9A8361

Text Example


Text Example

White with #9A8361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,131,97); }

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

background-color css

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

 a { background-color: rgb(154,131,97); }

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

border-color css

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

 span { border-color: rgb(154,131,97); }

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