Html Css Color HEX #963506 Saddle Brown

📋 copy color: '#963506'

red 150 ◦ green 53 ◦ blue 6

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

Shades of Saddle Brown #963506

Tints of Saddle Brown #963506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 71.77%
G = 25.36%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#963506 (or 0x963506) is known color: Saddle Brown. HEX triplet: 96, 35 and 06. RGB value is (150,53,6). Sum of RGB (Red+Green+Blue) = 150+53+6=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #963506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963506 is #69CAF9. Grayscale: #4C4C4C. Windows color (decimal): -6933242 or 406934. OLE color: 406934.

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

Color convert

RGB 150 53 6 -
CMYK 0 0.65 0.96 0.41
HSL 19.58º 0.92% 0.31% -
HSV(B) 19.58º 0.96% 0.59% -
XYZ 13.88 9.04 1.19 -
YUV 76.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 150 53 6 0 0.65 0.96 0.41 19.58 0.92 0.31
Hex 96 35 6 0 41 60 29 14 5C 1F
Octal 226 65 6 0 101 140 51 24 134 37
Binary 10010110 110101 110 0 1000001 1100000 101001 10100 1011100 11111

Color Harmonies of #963506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963506

Black with #963506

Text Example


Text Example

White with #963506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963506; }

 p { color: rgb(150,53,6); }

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

background-color css

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

 a { background-color: rgb(150,53,6); }

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

border-color css

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

 span { border-color: rgb(150,53,6); }

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