Html Css Color HEX #9A8265 Sorrell Brown

📋 copy color: '#9A8265'

red 154 ◦ green 130 ◦ blue 101

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

Shades of Sorrell Brown #9A8265

Tints of Sorrell Brown #9A8265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

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

R = 40%
G = 33.77%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#9A8265 (or 0x9A8265) is known color: Sorrell Brown. HEX triplet: 9A, 82 and 65. RGB value is (154,130,101). Sum of RGB (Red+Green+Blue) = 154+130+101=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8265 is #657D9A. Grayscale: #868686. Windows color (decimal): -6651291 or 6652570. OLE color: 6652570.

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

Color convert

RGB 154 130 101 -
CMYK 0 0.16 0.34 0.40
HSL 32.83º 0.21% 0.5% -
HSV(B) 32.83º 0.34% 0.6% -
XYZ 23.66 23.77 15.65 -
YUV 133.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 154 130 101 0 0.16 0.34 0.40 32.83 0.21 0.5
Hex 9A 82 65 0 10 22 28 21 15 32
Octal 232 202 145 0 20 42 50 41 25 62
Binary 10011010 10000010 1100101 0 10000 100010 101000 100001 10101 110010

Color Harmonies of #9A8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8265

Black with #9A8265

Text Example


Text Example

White with #9A8265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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