#963908

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

Shades of Saddle Brown #963908

Tints of Saddle Brown #963908

Color information

#963908 (or 0x963908) is unknown color: approx Saddle Brown. HEX triplet: 96, 39 and 08. RGB value is (150,57,8). Sum of RGB (Red+Green+Blue) = 150+57+8=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #963908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963908 is #69C6F7. Grayscale: #4F4F4F. Windows color (decimal): -6932216 or 539030. OLE color: 539030.

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

Color convert

RGB150578-
CMYK00.620.950.41
HSL20.7º89.87%30.98%-
HSV(B)20.7º94.67%58.82%-
XYZ14.089.431.31-
YUV79.2287.81178.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.77%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=69.77%
G=26.51%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15057800.620.950.4120.789.8730.98
Hex9639803E5F29155a1f
Octal2267110076137512513237
Binary1001011011100110000111110101111110100110101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963908; }

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

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

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

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

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

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

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

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