Html Css Color HEX #9D6346 Sepia

📋 copy color: '#9D6346'

red 157 ◦ green 99 ◦ blue 70

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

Shades of Sepia #9D6346

Tints of Sepia #9D6346

RGB

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

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

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

R = 48.16%
G = 30.37%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9D6346 (or 0x9D6346) is known color: Sepia. HEX triplet: 9D, 63 and 46. RGB value is (157,99,70). Sum of RGB (Red+Green+Blue) = 157+99+70=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6346 is #629CB9. Grayscale: #717171. Windows color (decimal): -6462650 or 4613021. OLE color: 4613021.

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

Color convert

RGB 157 99 70 -
CMYK 0 0.37 0.55 0.38
HSL 20º 0.38% 0.45% -
HSV(B) 20º 0.55% 0.62% -
XYZ 19.47 16.53 7.96 -
YUV 113.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 157 99 70 0 0.37 0.55 0.38 20 0.38 0.45
Hex 9D 63 46 0 25 37 26 14 26 2D
Octal 235 143 106 0 45 67 46 24 46 55
Binary 10011101 1100011 1000110 0 100101 110111 100110 10100 100110 101101

Color Harmonies of #9D6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6346

Black with #9D6346

Text Example


Text Example

White with #9D6346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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