Html Css Color HEX #993E06 Saddle Brown

📋 copy color: '#993E06'

red 153 ◦ green 62 ◦ blue 6

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

Shades of Saddle Brown #993E06

Tints of Saddle Brown #993E06

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.05%

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

R = 69.23%
G = 28.05%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#993E06 (or 0x993E06) is known color: Saddle Brown. HEX triplet: 99, 3E and 06. RGB value is (153,62,6). Sum of RGB (Red+Green+Blue) = 153+62+6=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #993E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E06 is #66C1F9. Grayscale: #535353. Windows color (decimal): -6734330 or 409241. OLE color: 409241.

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

Color convert

RGB 153 62 6 -
CMYK 0 0.59 0.96 0.4
HSL 22.86º 0.92% 0.31% -
HSV(B) 22.86º 0.96% 0.6% -
XYZ 14.89 10.23 1.36 -
YUV 82.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 153 62 6 0 0.59 0.96 0.4 22.86 0.92 0.31
Hex 99 3E 6 0 3B 60 28 17 5C 1F
Octal 231 76 6 0 73 140 50 27 134 37
Binary 10011001 111110 110 0 111011 1100000 101000 10111 1011100 11111

Color Harmonies of #993E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E06

Black with #993E06

Text Example


Text Example

White with #993E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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