Html Css Color HEX #976261 Copper Rose

📋 copy color: '#976261'

red 151 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #976261

Tints of Copper Rose #976261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

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

R = 43.64%
G = 28.32%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#976261 (or 0x976261) is known color: Copper Rose. HEX triplet: 97, 62 and 61. RGB value is (151,98,97). Sum of RGB (Red+Green+Blue) = 151+98+97=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #976261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976261 is #689D9E. Grayscale: #717171. Windows color (decimal): -6856095 or 6382231. OLE color: 6382231.

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

Color convert

RGB 151 98 97 -
CMYK 0 0.35 0.36 0.41
HSL 1.11º 0.22% 0.49% -
HSV(B) 1.11º 0.36% 0.59% -
XYZ 19.29 16.18 13.42 -
YUV 113.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 151 98 97 0 0.35 0.36 0.41 1.11 0.22 0.49
Hex 97 62 61 0 23 24 29 1 16 31
Octal 227 142 141 0 43 44 51 1 26 61
Binary 10010111 1100010 1100001 0 100011 100100 101001 1 10110 110001

Color Harmonies of #976261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976261

Black with #976261

Text Example


Text Example

White with #976261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976261; }

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

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

background-color css

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

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

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

border-color css

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

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

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