Html Css Color HEX #976D6D Copper Rose

📋 copy color: '#976D6D'

red 151 ◦ green 109 ◦ blue 109

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

Shades of Copper Rose #976D6D

Tints of Copper Rose #976D6D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 40.92%
G = 29.54%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#976D6D (or 0x976D6D) is known color: Copper Rose. HEX triplet: 97, 6D and 6D. RGB value is (151,109,109). Sum of RGB (Red+Green+Blue) = 151+109+109=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #976D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D6D is #689292. Grayscale: #797979. Windows color (decimal): -6853267 or 7171479. OLE color: 7171479.

HSL color Cylindrical-coordinate representation of color #976D6D: hue angle of 0º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D6D is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 109 -
CMYK 0 0.28 0.28 0.41
HSL 0.17% 0.51% -
HSV(B) 0.28% 0.59% -
XYZ 20.99 18.62 16.96 -
YUV 121.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 151 109 109 0 0.28 0.28 0.41 0 0.17 0.51
Hex 97 6D 6D 0 1C 1C 29 0 11 33
Octal 227 155 155 0 34 34 51 0 21 63
Binary 10010111 1101101 1101101 0 11100 11100 101001 0 10001 110011

Color Harmonies of #976D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D6D

Black with #976D6D

Text Example


Text Example

White with #976D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976D6D; }

 p { color: rgb(151,109,109); }

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

background-color css

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

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

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

border-color css

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

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

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