Html Css Color HEX #994E06 Saddle Brown

📋 copy color: '#994E06'

red 153 ◦ green 78 ◦ blue 6

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

Shades of Saddle Brown #994E06

Tints of Saddle Brown #994E06

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

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

R = 64.56%
G = 32.91%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#994E06 (or 0x994E06) is known color: Saddle Brown. HEX triplet: 99, 4E and 06. RGB value is (153,78,6). Sum of RGB (Red+Green+Blue) = 153+78+6=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #994E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994E06 is #66B1F9. Grayscale: #5C5C5C. Windows color (decimal): -6730234 or 413337. OLE color: 413337.

HSL color Cylindrical-coordinate representation of color #994E06: hue angle of 29.39º 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 #994E06 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 6 -
CMYK 0 0.49 0.96 0.4
HSL 29.39º 0.92% 0.31% -
HSV(B) 29.39º 0.96% 0.6% -
XYZ 15.89 12.23 1.7 -
YUV 92.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 153 78 6 0 0.49 0.96 0.4 29.39 0.92 0.31
Hex 99 4E 6 0 31 60 28 1D 5C 1F
Octal 231 116 6 0 61 140 50 35 134 37
Binary 10011001 1001110 110 0 110001 1100000 101000 11101 1011100 11111

Color Harmonies of #994E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E06

Black with #994E06

Text Example


Text Example

White with #994E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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