Html Css Color HEX #976042 Sepia

📋 copy color: '#976042'

red 151 ◦ green 96 ◦ blue 66

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

Shades of Sepia #976042

Tints of Sepia #976042

RGB

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

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

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

R = 48.24%
G = 30.67%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#976042 (or 0x976042) is known color: Sepia. HEX triplet: 97, 60 and 42. RGB value is (151,96,66). Sum of RGB (Red+Green+Blue) = 151+96+66=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #976042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976042 is #689FBD. Grayscale: #6D6D6D. Windows color (decimal): -6856638 or 4350103. OLE color: 4350103.

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

Color convert

RGB 151 96 66 -
CMYK 0 0.36 0.56 0.41
HSL 21.18º 0.39% 0.43% -
HSV(B) 21.18º 0.56% 0.59% -
XYZ 17.93 15.34 7.17 -
YUV 109.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 151 96 66 0 0.36 0.56 0.41 21.18 0.39 0.43
Hex 97 60 42 0 24 38 29 15 27 2B
Octal 227 140 102 0 44 70 51 25 47 53
Binary 10010111 1100000 1000010 0 100100 111000 101001 10101 100111 101011

Color Harmonies of #976042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976042

Black with #976042

Text Example


Text Example

White with #976042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976042; }

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

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

background-color css

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

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

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

border-color css

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

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

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