#9A865F

Color #9A865F Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #9A865F

Tints of Sorrell Brown #9A865F

Color information

#9A865F (or 0x9A865F) is unknown color: approx Sorrell Brown. HEX triplet: 9A, 86 and 5F. RGB value is (154,134,95). Sum of RGB (Red+Green+Blue) = 154+134+95=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A865F is #6579A0. Grayscale: #878787. Windows color (decimal): -6650273 or 6260378. OLE color: 6260378.

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

Color convert

RGB15413495-
CMYK00.130.380.40
HSL39.66º23.69%48.82%-
HSV(B)39.66º38.31%60.39%-
XYZ23.9224.7514.34-
YUV135.53105.13141.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.21%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=40.21%
G=34.99%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541349500.130.380.4039.6623.6948.82
Hex9A865F0D2628281831
Octal2322061370154650503061
Binary100110101000011010111110110110011010100010100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,134,95); }

 H1.HeaderClassName
 {
   color: #9A865F;
 }
 .AnyTagClassName
 {
   color: #9A865F;
 }
</style>
background-color css

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

 a { background-color: rgb(154,134,95); }

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

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

 span { border-color: rgb(154,134,95); }

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