Html Css Color HEX #964600 Saddle Brown

📋 copy color: '#964600'

red 150 ◦ green 70 ◦ blue 0

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

Shades of Saddle Brown #964600

Tints of Saddle Brown #964600

RGB

 RED value IS 150 (58.98% from 255) = 68.18%

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.18%
G = 31.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#964600 (or 0x964600) is known color: Saddle Brown. HEX triplet: 96, 46 and 00. RGB value is (150,70,0). Sum of RGB (Red+Green+Blue) = 150+70+0=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #964600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964600 is #69B9FF. Grayscale: #565656. Windows color (decimal): -6928896 or 18070. OLE color: 18070.

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

Color convert

RGB 150 70 0 -
CMYK 0 0.53 1 0.41
HSL 28º 1% 0.29% -
HSV(B) 28º 1% 0.59% -
XYZ 14.77 10.86 1.32 -
YUV 85.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 150 70 0 0 0.53 1 0.41 28 1 0.29
Hex 96 46 0 0 35 64 29 1C 64 1D
Octal 226 106 0 0 65 144 51 34 144 35
Binary 10010110 1000110 0 0 110101 1100100 101001 11100 1100100 11101

Color Harmonies of #964600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964600

Black with #964600

Text Example


Text Example

White with #964600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964600; }

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

 H1.HeaderClassName
 {
   color: #964600;
 }
 .AnyTagClassName
 {
   color: #964600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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