Html Css Color HEX #994609 Saddle Brown

📋 copy color: '#994609'

red 153 ◦ green 70 ◦ blue 9

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

Shades of Saddle Brown #994609

Tints of Saddle Brown #994609

RGB

 RED value IS 153 (60.16% from 255) = 65.95%

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

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

R = 65.95%
G = 30.17%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#994609 (or 0x994609) is known color: Saddle Brown. HEX triplet: 99, 46 and 09. RGB value is (153,70,9). Sum of RGB (Red+Green+Blue) = 153+70+9=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #994609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994609 is #66B9F6. Grayscale: #585858. Windows color (decimal): -6732279 or 607897. OLE color: 607897.

HSL color Cylindrical-coordinate representation of color #994609: hue angle of 25.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #994609 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 9 -
CMYK 0 0.54 0.94 0.4
HSL 25.42º 0.89% 0.32% -
HSV(B) 25.42º 0.94% 0.6% -
XYZ 15.38 11.17 1.6 -
YUV 87.86 83.5 174.46 -
System Red Green Blue C M Y K H S L
Decimal 153 70 9 0 0.54 0.94 0.4 25.42 0.89 0.32
Hex 99 46 9 0 36 5E 28 19 59 20
Octal 231 106 11 0 66 136 50 31 131 40
Binary 10011001 1000110 1001 0 110110 1011110 101000 11001 1011001 100000

Color Harmonies of #994609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994609

Black with #994609

Text Example


Text Example

White with #994609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994609; }

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

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

background-color css

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

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

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

border-color css

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

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

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