Html Css Color HEX #964609 Saddle Brown

📋 copy color: '#964609'

red 150 ◦ green 70 ◦ blue 9

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

Shades of Saddle Brown #964609

Tints of Saddle Brown #964609

RGB

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

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

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

R = 65.5%
G = 30.57%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#964609 (or 0x964609) is known color: Saddle Brown. HEX triplet: 96, 46 and 09. RGB value is (150,70,9). Sum of RGB (Red+Green+Blue) = 150+70+9=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #964609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964609 is #69B9F6. Grayscale: #575757. Windows color (decimal): -6928887 or 607894. OLE color: 607894.

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

Color convert

RGB 150 70 9 -
CMYK 0 0.53 0.94 0.41
HSL 25.96º 0.89% 0.31% -
HSV(B) 25.96º 0.94% 0.59% -
XYZ 14.82 10.88 1.58 -
YUV 86.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 150 70 9 0 0.53 0.94 0.41 25.96 0.89 0.31
Hex 96 46 9 0 35 5E 29 1A 59 1F
Octal 226 106 11 0 65 136 51 32 131 37
Binary 10010110 1000110 1001 0 110101 1011110 101001 11010 1011001 11111

Color Harmonies of #964609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964609

Black with #964609

Text Example


Text Example

White with #964609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964609; }

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

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

background-color css

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

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

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

border-color css

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

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

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