Html Css Color HEX #976141 Sepia

📋 copy color: '#976141'

red 151 ◦ green 97 ◦ blue 65

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

Shades of Sepia #976141

Tints of Sepia #976141

RGB

 RED value IS 151 (59.38% from 255) = 48.24%

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 48.24%
G = 30.99%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#976141 (or 0x976141) is known color: Sepia. HEX triplet: 97, 61 and 41. RGB value is (151,97,65). Sum of RGB (Red+Green+Blue) = 151+97+65=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #976141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976141 is #689EBE. Grayscale: #6D6D6D. Windows color (decimal): -6856383 or 4284823. OLE color: 4284823.

HSL color Cylindrical-coordinate representation of color #976141: hue angle of 22.33º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #976141 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 97 65 -
CMYK 0 0.36 0.57 0.41
HSL 22.33º 0.4% 0.42% -
HSV(B) 22.33º 0.57% 0.59% -
XYZ 17.99 15.51 7.05 -
YUV 109.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 151 97 65 0 0.36 0.57 0.41 22.33 0.4 0.42
Hex 97 61 41 0 24 39 29 16 28 2A
Octal 227 141 101 0 44 71 51 26 50 52
Binary 10010111 1100001 1000001 0 100100 111001 101001 10110 101000 101010

Color Harmonies of #976141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976141

Black with #976141

Text Example


Text Example

White with #976141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976141; }

 p { color: rgb(151,97,65); }

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

background-color css

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

 a { background-color: rgb(151,97,65); }

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

border-color css

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

 span { border-color: rgb(151,97,65); }

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