Html Css Color HEX #9A6149 Sepia

📋 copy color: '#9A6149'

red 154 ◦ green 97 ◦ blue 73

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

Shades of Sepia #9A6149

Tints of Sepia #9A6149

RGB

 RED value IS 154 (60.55% from 255) = 47.53%

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 47.53%
G = 29.94%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A6149 (or 0x9A6149) is known color: Sepia. HEX triplet: 9A, 61 and 49. RGB value is (154,97,73). Sum of RGB (Red+Green+Blue) = 154+97+73=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6149 is #659EB6. Grayscale: #6F6F6F. Windows color (decimal): -6659767 or 4809114. OLE color: 4809114.

HSL color Cylindrical-coordinate representation of color #9A6149: hue angle of 17.78º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6149 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 97 73 -
CMYK 0 0.37 0.53 0.40
HSL 17.78º 0.36% 0.45% -
HSV(B) 17.78º 0.53% 0.6% -
XYZ 18.8 15.9 8.38 -
YUV 111.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 154 97 73 0 0.37 0.53 0.40 17.78 0.36 0.45
Hex 9A 61 49 0 25 35 28 12 24 2D
Octal 232 141 111 0 45 65 50 22 44 55
Binary 10011010 1100001 1001001 0 100101 110101 101000 10010 100100 101101

Color Harmonies of #9A6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6149

Black with #9A6149

Text Example


Text Example

White with #9A6149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,97,73); }

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

background-color css

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

 a { background-color: rgb(154,97,73); }

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

border-color css

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

 span { border-color: rgb(154,97,73); }

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