Html Css Color HEX #9A8461 Sorrell Brown

📋 copy color: '#9A8461'

red 154 ◦ green 132 ◦ blue 97

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

Shades of Sorrell Brown #9A8461

Tints of Sorrell Brown #9A8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 40.21%
G = 34.46%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#9A8461 (or 0x9A8461) is known color: Sorrell Brown. HEX triplet: 9A, 84 and 61. RGB value is (154,132,97). Sum of RGB (Red+Green+Blue) = 154+132+97=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8461 is #657B9E. Grayscale: #868686. Windows color (decimal): -6650783 or 6390938. OLE color: 6390938.

HSL color Cylindrical-coordinate representation of color #9A8461: hue angle of 36.84º 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 #9A8461 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 132 97 -
CMYK 0 0.14 0.37 0.40
HSL 36.84º 0.23% 0.49% -
HSV(B) 36.84º 0.37% 0.6% -
XYZ 23.74 24.24 14.74 -
YUV 134.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 154 132 97 0 0.14 0.37 0.40 36.84 0.23 0.49
Hex 9A 84 61 0 E 25 28 25 17 31
Octal 232 204 141 0 16 45 50 45 27 61
Binary 10011010 10000100 1100001 0 1110 100101 101000 100101 10111 110001

Color Harmonies of #9A8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8461

Black with #9A8461

Text Example


Text Example

White with #9A8461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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