Html Css Color HEX #9A6145 Sepia

📋 copy color: '#9A6145'

red 154 ◦ green 97 ◦ blue 69

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

Shades of Sepia #9A6145

Tints of Sepia #9A6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 48.13%
G = 30.31%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#9A6145 (or 0x9A6145) is known color: Sepia. HEX triplet: 9A, 61 and 45. RGB value is (154,97,69). Sum of RGB (Red+Green+Blue) = 154+97+69=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6145 is #659EBA. Grayscale: #6F6F6F. Windows color (decimal): -6659771 or 4546970. OLE color: 4546970.

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

Color convert

RGB 154 97 69 -
CMYK 0 0.37 0.55 0.40
HSL 19.76º 0.38% 0.44% -
HSV(B) 19.76º 0.55% 0.6% -
XYZ 18.68 15.85 7.71 -
YUV 110.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 154 97 69 0 0.37 0.55 0.40 19.76 0.38 0.44
Hex 9A 61 45 0 25 37 28 14 26 2C
Octal 232 141 105 0 45 67 50 24 46 54
Binary 10011010 1100001 1000101 0 100101 110111 101000 10100 100110 101100

Color Harmonies of #9A6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6145

Black with #9A6145

Text Example


Text Example

White with #9A6145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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