Html Css Color HEX #9F6044 Sepia

📋 copy color: '#9F6044'

red 159 ◦ green 96 ◦ blue 68

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

Shades of Sepia #9F6044

Tints of Sepia #9F6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

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

R = 49.23%
G = 29.72%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F6044 (or 0x9F6044) is known color: Sepia. HEX triplet: 9F, 60 and 44. RGB value is (159,96,68). Sum of RGB (Red+Green+Blue) = 159+96+68=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6044 is #609FBB. Grayscale: #6F6F6F. Windows color (decimal): -6332348 or 4481183. OLE color: 4481183.

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

Color convert

RGB 159 96 68 -
CMYK 0 0.40 0.57 0.38
HSL 18.46º 0.4% 0.45% -
HSV(B) 18.46º 0.57% 0.62% -
XYZ 19.52 16.15 7.56 -
YUV 111.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 159 96 68 0 0.40 0.57 0.38 18.46 0.4 0.45
Hex 9F 60 44 0 28 39 26 12 28 2D
Octal 237 140 104 0 50 71 46 22 50 55
Binary 10011111 1100000 1000100 0 101000 111001 100110 10010 101000 101101

Color Harmonies of #9F6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6044

Black with #9F6044

Text Example


Text Example

White with #9F6044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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