Html Css Color HEX #9F5946 Sepia

📋 copy color: '#9F5946'

red 159 ◦ green 89 ◦ blue 70

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

Shades of Sepia #9F5946

Tints of Sepia #9F5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 50%
G = 27.99%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F5946 (or 0x9F5946) is known color: Sepia. HEX triplet: 9F, 59 and 46. RGB value is (159,89,70). Sum of RGB (Red+Green+Blue) = 159+89+70=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5946 is #60A6B9. Grayscale: #6B6B6B. Windows color (decimal): -6334138 or 4610463. OLE color: 4610463.

HSL color Cylindrical-coordinate representation of color #9F5946: hue angle of 12.81º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5946 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 70 -
CMYK 0 0.44 0.56 0.38
HSL 12.81º 0.39% 0.45% -
HSV(B) 12.81º 0.56% 0.62% -
XYZ 18.98 14.96 7.68 -
YUV 107.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 159 89 70 0 0.44 0.56 0.38 12.81 0.39 0.45
Hex 9F 59 46 0 2C 38 26 D 27 2D
Octal 237 131 106 0 54 70 46 15 47 55
Binary 10011111 1011001 1000110 0 101100 111000 100110 1101 100111 101101

Color Harmonies of #9F5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5946

Black with #9F5946

Text Example


Text Example

White with #9F5946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,70); }

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

background-color css

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

 a { background-color: rgb(159,89,70); }

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

border-color css

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

 span { border-color: rgb(159,89,70); }

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