#9F4E06

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

Shades of Saddle Brown #9F4E06

Tints of Saddle Brown #9F4E06

Color information

#9F4E06 (or 0x9F4E06) is unknown color: approx Saddle Brown. HEX triplet: 9F, 4E and 06. RGB value is (159,78,6). Sum of RGB (Red+Green+Blue) = 159+78+6=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F4E06 is #60B1F9. Grayscale: #5E5E5E. Windows color (decimal): -6337018 or 413343. OLE color: 413343.

HSL color Cylindrical-coordinate representation of color #9F4E06: hue angle of 28.24º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F4E06 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB159786-
CMYK00.510.960.38
HSL28.24º92.73%32.35%-
HSV(B)28.24º96.23%62.35%-
XYZ17.0612.831.75-
YUV94.0178.34174.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.43%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=65.43%
G=32.10%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15978600.510.960.3828.2492.7332.35
Hex9F4E603360261c5d20
Octal2371166063140463413540
Binary10011111100111011001100111100000100110111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,78,6); }

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

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

 a { background-color: rgb(159,78,6); }

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

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

 span { border-color: rgb(159,78,6); }

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