Html Css Color HEX #9D6142 Sepia

📋 copy color: '#9D6142'

red 157 ◦ green 97 ◦ blue 66

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

Shades of Sepia #9D6142

Tints of Sepia #9D6142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 49.06%
G = 30.31%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9D6142 (or 0x9D6142) is known color: Sepia. HEX triplet: 9D, 61 and 42. RGB value is (157,97,66). Sum of RGB (Red+Green+Blue) = 157+97+66=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6142 is #629EBD. Grayscale: #6F6F6F. Windows color (decimal): -6463166 or 4350365. OLE color: 4350365.

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

Color convert

RGB 157 97 66 -
CMYK 0 0.38 0.58 0.38
HSL 20.44º 0.41% 0.44% -
HSV(B) 20.44º 0.58% 0.62% -
XYZ 19.16 16.11 7.25 -
YUV 111.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 157 97 66 0 0.38 0.58 0.38 20.44 0.41 0.44
Hex 9D 61 42 0 26 3A 26 14 29 2C
Octal 235 141 102 0 46 72 46 24 51 54
Binary 10011101 1100001 1000010 0 100110 111010 100110 10100 101001 101100

Color Harmonies of #9D6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6142

Black with #9D6142

Text Example


Text Example

White with #9D6142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,97,66); }

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

background-color css

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

 a { background-color: rgb(157,97,66); }

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

border-color css

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

 span { border-color: rgb(157,97,66); }

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