#954C06

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

Shades of Saddle Brown #954C06

Tints of Saddle Brown #954C06

Color information

#954C06 (or 0x954C06) is unknown color: approx Saddle Brown. HEX triplet: 95, 4C and 06. RGB value is (149,76,6). Sum of RGB (Red+Green+Blue) = 149+76+6=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C06 is #6AB3F9. Grayscale: #5A5A5A. Windows color (decimal): -6992890 or 412821. OLE color: 412821.

HSL color Cylindrical-coordinate representation of color #954C06: hue angle of 29.37º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #954C06 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB149766-
CMYK00.490.960.42
HSL29.37º92.26%30.39%-
HSV(B)29.37º95.97%58.43%-
XYZ15.0111.571.61-
YUV89.8580.68170.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=64.50%
G=32.90%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14976600.490.960.4229.3792.2630.39
Hex954C6031602A1d5c1e
Octal2251146061140523513436
Binary1001010110011001100110001110000010101011101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C06; }

 p { color: rgb(149,76,6); }

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

<style>
 a { background-color: #954C06; }

 a { background-color: rgb(149,76,6); }

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

<style>
 span { border-color: #954C06; }

 span { border-color: rgb(149,76,6); }

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