Html Css Color HEX #994F06 Saddle Brown

📋 copy color: '#994F06'

red 153 ◦ green 79 ◦ blue 6

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

Shades of Saddle Brown #994F06

Tints of Saddle Brown #994F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.19%

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

R = 64.29%
G = 33.19%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#994F06 (or 0x994F06) is known color: Saddle Brown. HEX triplet: 99, 4F and 06. RGB value is (153,79,6). Sum of RGB (Red+Green+Blue) = 153+79+6=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #994F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F06 is #66B0F9. Grayscale: #5D5D5D. Windows color (decimal): -6729978 or 413593. OLE color: 413593.

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

Color convert

RGB 153 79 6 -
CMYK 0 0.48 0.96 0.4
HSL 29.8º 0.92% 0.31% -
HSV(B) 29.8º 0.96% 0.6% -
XYZ 15.97 12.38 1.72 -
YUV 92.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 153 79 6 0 0.48 0.96 0.4 29.8 0.92 0.31
Hex 99 4F 6 0 30 60 28 1E 5C 1F
Octal 231 117 6 0 60 140 50 36 134 37
Binary 10011001 1001111 110 0 110000 1100000 101000 11110 1011100 11111

Color Harmonies of #994F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F06

Black with #994F06

Text Example


Text Example

White with #994F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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