Html Css Color HEX #9D6046 Sepia

📋 copy color: '#9D6046'

red 157 ◦ green 96 ◦ blue 70

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

Shades of Sepia #9D6046

Tints of Sepia #9D6046

RGB

 RED value IS 157 (61.72% from 255) = 48.61%

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

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

R = 48.61%
G = 29.72%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9D6046 (or 0x9D6046) is known color: Sepia. HEX triplet: 9D, 60 and 46. RGB value is (157,96,70). Sum of RGB (Red+Green+Blue) = 157+96+70=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6046 is #629FB9. Grayscale: #6F6F6F. Windows color (decimal): -6463418 or 4612253. OLE color: 4612253.

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

Color convert

RGB 157 96 70 -
CMYK 0 0.39 0.55 0.38
HSL 17.93º 0.38% 0.45% -
HSV(B) 17.93º 0.55% 0.62% -
XYZ 19.19 15.98 7.87 -
YUV 111.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 157 96 70 0 0.39 0.55 0.38 17.93 0.38 0.45
Hex 9D 60 46 0 27 37 26 12 26 2D
Octal 235 140 106 0 47 67 46 22 46 55
Binary 10011101 1100000 1000110 0 100111 110111 100110 10010 100110 101101

Color Harmonies of #9D6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6046

Black with #9D6046

Text Example


Text Example

White with #9D6046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,96,70); }

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

background-color css

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

 a { background-color: rgb(157,96,70); }

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

border-color css

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

 span { border-color: rgb(157,96,70); }

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