Html Css Color HEX #964009 Saddle Brown

📋 copy color: '#964009'

red 150 ◦ green 64 ◦ blue 9

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

Shades of Saddle Brown #964009

Tints of Saddle Brown #964009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

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

R = 67.26%
G = 28.7%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#964009 (or 0x964009) is known color: Saddle Brown. HEX triplet: 96, 40 and 09. RGB value is (150,64,9). Sum of RGB (Red+Green+Blue) = 150+64+9=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #964009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964009 is #69BFF6. Grayscale: #535353. Windows color (decimal): -6930423 or 606358. OLE color: 606358.

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

Color convert

RGB 150 64 9 -
CMYK 0 0.57 0.94 0.41
HSL 23.4º 0.89% 0.31% -
HSV(B) 23.4º 0.94% 0.59% -
XYZ 14.46 10.17 1.46 -
YUV 83.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 150 64 9 0 0.57 0.94 0.41 23.4 0.89 0.31
Hex 96 40 9 0 39 5E 29 17 59 1F
Octal 226 100 11 0 71 136 51 27 131 37
Binary 10010110 1000000 1001 0 111001 1011110 101001 10111 1011001 11111

Color Harmonies of #964009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964009

Black with #964009

Text Example


Text Example

White with #964009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964009; }

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

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

background-color css

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

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

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

border-color css

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

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

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