Html Css Color HEX #9F6446 Sepia

📋 copy color: '#9F6446'

red 159 ◦ green 100 ◦ blue 70

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

Shades of Sepia #9F6446

Tints of Sepia #9F6446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 48.33%
G = 30.4%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F6446 (or 0x9F6446) is known color: Sepia. HEX triplet: 9F, 64 and 46. RGB value is (159,100,70). Sum of RGB (Red+Green+Blue) = 159+100+70=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6446 is #609BB9. Grayscale: #727272. Windows color (decimal): -6331322 or 4613279. OLE color: 4613279.

HSL color Cylindrical-coordinate representation of color #9F6446: hue angle of 20.22º 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 #9F6446 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 70 -
CMYK 0 0.37 0.56 0.38
HSL 20.22º 0.39% 0.45% -
HSV(B) 20.22º 0.56% 0.62% -
XYZ 19.96 16.93 8.01 -
YUV 114.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 159 100 70 0 0.37 0.56 0.38 20.22 0.39 0.45
Hex 9F 64 46 0 25 38 26 14 27 2D
Octal 237 144 106 0 45 70 46 24 47 55
Binary 10011111 1100100 1000110 0 100101 111000 100110 10100 100111 101101

Color Harmonies of #9F6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6446

Black with #9F6446

Text Example


Text Example

White with #9F6446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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