Html Css Color HEX #976461 Copper Rose

📋 copy color: '#976461'

red 151 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #976461

Tints of Copper Rose #976461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 43.39%
G = 28.74%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#976461 (or 0x976461) is known color: Copper Rose. HEX triplet: 97, 64 and 61. RGB value is (151,100,97). Sum of RGB (Red+Green+Blue) = 151+100+97=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #976461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976461 is #689B9E. Grayscale: #727272. Windows color (decimal): -6855583 or 6382743. OLE color: 6382743.

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

Color convert

RGB 151 100 97 -
CMYK 0 0.34 0.36 0.41
HSL 3.33º 0.22% 0.49% -
HSV(B) 3.33º 0.36% 0.59% -
XYZ 19.48 16.56 13.48 -
YUV 114.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 151 100 97 0 0.34 0.36 0.41 3.33 0.22 0.49
Hex 97 64 61 0 22 24 29 3 16 31
Octal 227 144 141 0 42 44 51 3 26 61
Binary 10010111 1100100 1100001 0 100010 100100 101001 11 10110 110001

Color Harmonies of #976461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976461

Black with #976461

Text Example


Text Example

White with #976461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976461; }

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

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

background-color css

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

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

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

border-color css

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

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

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