Html Css Color HEX #9A8465 Sorrell Brown

📋 copy color: '#9A8465'

red 154 ◦ green 132 ◦ blue 101

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

Shades of Sorrell Brown #9A8465

Tints of Sorrell Brown #9A8465

RGB

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

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

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

R = 39.79%
G = 34.11%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#9A8465 (or 0x9A8465) is known color: Sorrell Brown. HEX triplet: 9A, 84 and 65. RGB value is (154,132,101). Sum of RGB (Red+Green+Blue) = 154+132+101=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8465 is #657B9A. Grayscale: #878787. Windows color (decimal): -6650779 or 6653082. OLE color: 6653082.

HSL color Cylindrical-coordinate representation of color #9A8465: hue angle of 35.09º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A8465 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 132 101 -
CMYK 0 0.14 0.34 0.40
HSL 35.09º 0.21% 0.5% -
HSV(B) 35.09º 0.34% 0.6% -
XYZ 23.93 24.31 15.74 -
YUV 135.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 154 132 101 0 0.14 0.34 0.40 35.09 0.21 0.5
Hex 9A 84 65 0 E 22 28 23 15 32
Octal 232 204 145 0 16 42 50 43 25 62
Binary 10011010 10000100 1100101 0 1110 100010 101000 100011 10101 110010

Color Harmonies of #9A8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8465

Black with #9A8465

Text Example


Text Example

White with #9A8465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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