Html Css Color HEX #976041 Sepia

📋 copy color: '#976041'

red 151 ◦ green 96 ◦ blue 65

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

Shades of Sepia #976041

Tints of Sepia #976041

RGB

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

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

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

R = 48.4%
G = 30.77%
B = 20.83%

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

#976041 (or 0x976041) is known color: Sepia. HEX triplet: 97, 60 and 41. RGB value is (151,96,65). Sum of RGB (Red+Green+Blue) = 151+96+65=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #976041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976041 is #689FBE. Grayscale: #6D6D6D. Windows color (decimal): -6856639 or 4284567. OLE color: 4284567.

HSL color Cylindrical-coordinate representation of color #976041: hue angle of 21.63º 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 #976041 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 96 65 -
CMYK 0 0.36 0.57 0.41
HSL 21.63º 0.4% 0.42% -
HSV(B) 21.63º 0.57% 0.59% -
XYZ 17.9 15.33 7.02 -
YUV 108.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 151 96 65 0 0.36 0.57 0.41 21.63 0.4 0.42
Hex 97 60 41 0 24 39 29 16 28 2A
Octal 227 140 101 0 44 71 51 26 50 52
Binary 10010111 1100000 1000001 0 100100 111001 101001 10110 101000 101010

Color Harmonies of #976041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976041

Black with #976041

Text Example


Text Example

White with #976041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976041; }

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

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

background-color css

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

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

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

border-color css

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

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

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