#964900

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

Shades of Saddle Brown #964900

Tints of Saddle Brown #964900

Color information

#964900 (or 0x964900) is unknown color: approx Saddle Brown. HEX triplet: 96, 49 and 00. RGB value is (150,73,0). Sum of RGB (Red+Green+Blue) = 150+73+0=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #964900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964900 is #69B6FF. Grayscale: #585858. Windows color (decimal): -6928128 or 18838. OLE color: 18838.

HSL color Cylindrical-coordinate representation of color #964900: hue angle of 29.2º 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 #964900 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB150730-
CMYK00.5110.41
HSL29.2º100%29.41%-
HSV(B)29.2º100%58.82%-
XYZ14.9611.251.38-
YUV87.778.51172.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.26%
G=32.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15073000.5110.4129.210029.41
Hex9649003364291d641d
Octal2261110063144513514435
Binary10010110100100100110011110010010100111101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964900; }

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

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

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

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

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

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

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

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