Html Css Color HEX #994306 Saddle Brown

📋 copy color: '#994306'

red 153 ◦ green 67 ◦ blue 6

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

Shades of Saddle Brown #994306

Tints of Saddle Brown #994306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

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

R = 67.7%
G = 29.65%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#994306 (or 0x994306) is known color: Saddle Brown. HEX triplet: 99, 43 and 06. RGB value is (153,67,6). Sum of RGB (Red+Green+Blue) = 153+67+6=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #994306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994306 is #66BCF9. Grayscale: #565656. Windows color (decimal): -6733050 or 410521. OLE color: 410521.

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

Color convert

RGB 153 67 6 -
CMYK 0 0.56 0.96 0.4
HSL 24.9º 0.92% 0.31% -
HSV(B) 24.9º 0.96% 0.6% -
XYZ 15.18 10.8 1.46 -
YUV 85.76 82.99 175.96 -
System Red Green Blue C M Y K H S L
Decimal 153 67 6 0 0.56 0.96 0.4 24.9 0.92 0.31
Hex 99 43 6 0 38 60 28 19 5C 1F
Octal 231 103 6 0 70 140 50 31 134 37
Binary 10011001 1000011 110 0 111000 1100000 101000 11001 1011100 11111

Color Harmonies of #994306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994306

Black with #994306

Text Example


Text Example

White with #994306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994306; }

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

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

background-color css

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

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

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

border-color css

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

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

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