Html Css Color HEX #9F3E06 Saddle Brown

📋 copy color: '#9F3E06'

red 159 ◦ green 62 ◦ blue 6

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

Shades of Saddle Brown #9F3E06

Tints of Saddle Brown #9F3E06

RGB

 RED value IS 159 (62.5% from 255) = 70.04%

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

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

R = 70.04%
G = 27.31%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F3E06 (or 0x9F3E06) is known color: Saddle Brown. HEX triplet: 9F, 3E and 06. RGB value is (159,62,6). Sum of RGB (Red+Green+Blue) = 159+62+6=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3E06 is #60C1F9. Grayscale: #545454. Windows color (decimal): -6341114 or 409247. OLE color: 409247.

HSL color Cylindrical-coordinate representation of color #9F3E06: hue angle of 21.96º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F3E06 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 62 6 -
CMYK 0 0.61 0.96 0.38
HSL 21.96º 0.93% 0.32% -
HSV(B) 21.96º 0.96% 0.62% -
XYZ 16.05 10.83 1.42 -
YUV 84.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 159 62 6 0 0.61 0.96 0.38 21.96 0.93 0.32
Hex 9F 3E 6 0 3D 60 26 16 5D 20
Octal 237 76 6 0 75 140 46 26 135 40
Binary 10011111 111110 110 0 111101 1100000 100110 10110 1011101 100000

Color Harmonies of #9F3E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E06

Black with #9F3E06

Text Example


Text Example

White with #9F3E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F3E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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