Html Css Color HEX #964102 Saddle Brown

📋 copy color: '#964102'

red 150 ◦ green 65 ◦ blue 2

#964102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #964102

Tints of Saddle Brown #964102

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 value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#964102 (or 0x964102) is known color: 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

RGB 150 65 2 -
CMYK 0 0.57 0.99 0.41
HSL 25.54º 0.97% 0.3% -
HSV(B) 25.54º 0.99% 0.59% -
XYZ 14.48 10.27 1.28 -
YUV 83.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 150 65 2 0 0.57 0.99 0.41 25.54 0.97 0.3
Hex 96 41 2 0 39 63 29 1A 61 1E
Octal 226 101 2 0 71 143 51 32 141 36
Binary 10010110 1000001 10 0 111001 1100011 101001 11010 1100001 11110

Color Harmonies of #964102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964102

Black with #964102

Text Example


Text Example

White with #964102

Text Example


Text Example

HTML Codes & Css Web 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>