Html Css Color HEX #994606 Saddle Brown

📋 copy color: '#994606'

red 153 ◦ green 70 ◦ blue 6

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

Shades of Saddle Brown #994606

Tints of Saddle Brown #994606

RGB

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

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

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

R = 66.81%
G = 30.57%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#994606 (or 0x994606) is known color: Saddle Brown. HEX triplet: 99, 46 and 06. RGB value is (153,70,6). Sum of RGB (Red+Green+Blue) = 153+70+6=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #994606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994606 is #66B9F9. Grayscale: #575757. Windows color (decimal): -6732282 or 411289. OLE color: 411289.

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

Color convert

RGB 153 70 6 -
CMYK 0 0.54 0.96 0.4
HSL 26.12º 0.92% 0.31% -
HSV(B) 26.12º 0.96% 0.6% -
XYZ 15.36 11.17 1.52 -
YUV 87.52 82 174.7 -
System Red Green Blue C M Y K H S L
Decimal 153 70 6 0 0.54 0.96 0.4 26.12 0.92 0.31
Hex 99 46 6 0 36 60 28 1A 5C 1F
Octal 231 106 6 0 66 140 50 32 134 37
Binary 10011001 1000110 110 0 110110 1100000 101000 11010 1011100 11111

Color Harmonies of #994606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994606

Black with #994606

Text Example


Text Example

White with #994606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994606; }

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

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

background-color css

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

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

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

border-color css

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

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

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