#964102

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

Shades of Saddle Brown #964102

Tints of Saddle Brown #964102

Color information

#964102 (or 0x964102) is unknown color: approx Saddle Brown. HEX triplet: 96, 41 and 02. RGB value is (150,65,2). Sum of RGB (Red+Green+Blue) = 150+65+2=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #964102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964102 is #69BEFD. Grayscale: #535353. Windows color (decimal): -6930174 or 147862. OLE color: 147862.

HSL color Cylindrical-coordinate representation of color #964102: hue angle of 25.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #964102 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150652-
CMYK00.570.990.41
HSL25.54º97.37%29.8%-
HSV(B)25.54º98.67%58.82%-
XYZ14.4810.271.28-
YUV83.2382.16175.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.12%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=69.12%
G=29.95%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15065200.570.990.4125.5497.3729.8
Hex9641203963291a611e
Octal2261012071143513214136
Binary100101101000001100111001110001110100111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964102; }

 p { color: rgb(150,65,2); }

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

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

 a { background-color: rgb(150,65,2); }

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

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

 span { border-color: rgb(150,65,2); }

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