Html Css Color HEX #993606 Saddle Brown

📋 copy color: '#993606'

red 153 ◦ green 54 ◦ blue 6

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

Shades of Saddle Brown #993606

Tints of Saddle Brown #993606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 71.83%
G = 25.35%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#993606 (or 0x993606) is known color: Saddle Brown. HEX triplet: 99, 36 and 06. RGB value is (153,54,6). Sum of RGB (Red+Green+Blue) = 153+54+6=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #993606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993606 is #66C9F9. Grayscale: #4E4E4E. Windows color (decimal): -6736378 or 407193. OLE color: 407193.

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

Color convert

RGB 153 54 6 -
CMYK 0 0.65 0.96 0.4
HSL 19.59º 0.92% 0.31% -
HSV(B) 19.59º 0.96% 0.6% -
XYZ 14.49 9.42 1.23 -
YUV 78.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 153 54 6 0 0.65 0.96 0.4 19.59 0.92 0.31
Hex 99 36 6 0 41 60 28 14 5C 1F
Octal 231 66 6 0 101 140 50 24 134 37
Binary 10011001 110110 110 0 1000001 1100000 101000 10100 1011100 11111

Color Harmonies of #993606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993606

Black with #993606

Text Example


Text Example

White with #993606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993606; }

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

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

background-color css

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

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

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

border-color css

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

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

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