#964600

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

Shades of Saddle Brown #964600

Tints of Saddle Brown #964600

Color information

#964600 (or 0x964600) is unknown color: approx Saddle Brown. HEX triplet: 96, 46 and 00. RGB value is (150,70,0). Sum of RGB (Red+Green+Blue) = 150+70+0=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #964600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964600 is #69B9FF. Grayscale: #565656. Windows color (decimal): -6928896 or 18070. OLE color: 18070.

HSL color Cylindrical-coordinate representation of color #964600: hue angle of 28º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #964600 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB150700-
CMYK00.5310.41
HSL28º100%29.41%-
HSV(B)28º100%58.82%-
XYZ14.7710.861.32-
YUV85.9479.5173.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.18%
G=31.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15070000.5310.412810029.41
Hex9646003564291c641d
Octal2261060065144513414435
Binary10010110100011000110101110010010100111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964600; }

 p { color: rgb(150,70,0); }

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

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

 a { background-color: rgb(150,70,0); }

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

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

 span { border-color: rgb(150,70,0); }

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