Html Css Color HEX #9F6344 Sepia

📋 copy color: '#9F6344'

red 159 ◦ green 99 ◦ blue 68

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

Shades of Sepia #9F6344

Tints of Sepia #9F6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 48.77%
G = 30.37%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F6344 (or 0x9F6344) is known color: Sepia. HEX triplet: 9F, 63 and 44. RGB value is (159,99,68). Sum of RGB (Red+Green+Blue) = 159+99+68=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6344 is #609CBB. Grayscale: #717171. Windows color (decimal): -6331580 or 4481951. OLE color: 4481951.

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

Color convert

RGB 159 99 68 -
CMYK 0 0.38 0.57 0.38
HSL 20.44º 0.4% 0.45% -
HSV(B) 20.44º 0.57% 0.62% -
XYZ 19.8 16.71 7.65 -
YUV 113.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 159 99 68 0 0.38 0.57 0.38 20.44 0.4 0.45
Hex 9F 63 44 0 26 39 26 14 28 2D
Octal 237 143 104 0 46 71 46 24 50 55
Binary 10011111 1100011 1000100 0 100110 111001 100110 10100 101000 101101

Color Harmonies of #9F6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6344

Black with #9F6344

Text Example


Text Example

White with #9F6344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,68); }

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

background-color css

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

 a { background-color: rgb(159,99,68); }

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

border-color css

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

 span { border-color: rgb(159,99,68); }

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