#964708

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

Shades of Saddle Brown #964708

Tints of Saddle Brown #964708

Color information

#964708 (or 0x964708) is unknown color: approx Saddle Brown. HEX triplet: 96, 47 and 08. RGB value is (150,71,8). Sum of RGB (Red+Green+Blue) = 150+71+8=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #964708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964708 is #69B8F7. Grayscale: #575757. Windows color (decimal): -6928632 or 542614. OLE color: 542614.

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

Color convert

RGB150718-
CMYK00.530.950.41
HSL26.62º89.87%30.98%-
HSV(B)26.62º94.67%58.82%-
XYZ14.8711.011.57-
YUV87.4483.17172.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.50%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=65.50%
G=31.00%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15071800.530.950.4126.6289.8730.98
Hex964780355F291b5a1f
Octal22610710065137513313237
Binary10010110100011110000110101101111110100111011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964708; }

 p { color: rgb(150,71,8); }

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

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

 a { background-color: rgb(150,71,8); }

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

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

 span { border-color: rgb(150,71,8); }

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