Html Css Color HEX #963609 Saddle Brown

📋 copy color: '#963609'

red 150 ◦ green 54 ◦ blue 9

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

Shades of Saddle Brown #963609

Tints of Saddle Brown #963609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

 BLUE value IS 9 (3.91% from 255) = 4.23%

R = 70.42%
G = 25.35%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#963609 (or 0x963609) is known color: Saddle Brown. HEX triplet: 96, 36 and 09. RGB value is (150,54,9). Sum of RGB (Red+Green+Blue) = 150+54+9=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #963609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963609 is #69C9F6. Grayscale: #4D4D4D. Windows color (decimal): -6932983 or 603798. OLE color: 603798.

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

Color convert

RGB 150 54 9 -
CMYK 0 0.64 0.94 0.41
HSL 19.15º 0.89% 0.31% -
HSV(B) 19.15º 0.94% 0.59% -
XYZ 13.95 9.14 1.29 -
YUV 77.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 150 54 9 0 0.64 0.94 0.41 19.15 0.89 0.31
Hex 96 36 9 0 40 5E 29 13 59 1F
Octal 226 66 11 0 100 136 51 23 131 37
Binary 10010110 110110 1001 0 1000000 1011110 101001 10011 1011001 11111

Color Harmonies of #963609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963609

Black with #963609

Text Example


Text Example

White with #963609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963609; }

 p { color: rgb(150,54,9); }

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

background-color css

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

 a { background-color: rgb(150,54,9); }

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

border-color css

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

 span { border-color: rgb(150,54,9); }

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