#9A4006

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

Shades of Saddle Brown #9A4006

Tints of Saddle Brown #9A4006

Color information

#9A4006 (or 0x9A4006) is unknown color: approx Saddle Brown. HEX triplet: 9A, 40 and 06. RGB value is (154,64,6). Sum of RGB (Red+Green+Blue) = 154+64+6=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4006 is #65BFF9. Grayscale: #545454. Windows color (decimal): -6668282 or 409754. OLE color: 409754.

HSL color Cylindrical-coordinate representation of color #9A4006: hue angle of 23.51º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A4006 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB154646-
CMYK00.580.960.40
HSL23.51º92.5%31.37%-
HSV(B)23.51º96.1%60.39%-
XYZ15.1910.551.41-
YUV84.383.82177.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.75%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=68.75%
G=28.57%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15464600.580.960.4023.5192.531.37
Hex9A40603A6028185c1f
Octal2321006072140503013437
Binary1001101010000001100111010110000010100011000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,64,6); }

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

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

 a { background-color: rgb(154,64,6); }

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

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

 span { border-color: rgb(154,64,6); }

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