Html Css Color HEX #976D6A Copper Rose

📋 copy color: '#976D6A'

red 151 ◦ green 109 ◦ blue 106

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

Shades of Copper Rose #976D6A

Tints of Copper Rose #976D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 41.26%
G = 29.78%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#976D6A (or 0x976D6A) is known color: Copper Rose. HEX triplet: 97, 6D and 6A. RGB value is (151,109,106). Sum of RGB (Red+Green+Blue) = 151+109+106=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #976D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D6A is #689295. Grayscale: #797979. Windows color (decimal): -6853270 or 6974871. OLE color: 6974871.

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

Color convert

RGB 151 109 106 -
CMYK 0 0.28 0.30 0.41
HSL 0.18% 0.5% -
HSV(B) 0.3% 0.59% -
XYZ 20.83 18.56 16.12 -
YUV 121.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 151 109 106 0 0.28 0.30 0.41 4 0.18 0.5
Hex 97 6D 6A 0 1C 1E 29 4 12 32
Octal 227 155 152 0 34 36 51 4 22 62
Binary 10010111 1101101 1101010 0 11100 11110 101001 100 10010 110010

Color Harmonies of #976D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D6A

Black with #976D6A

Text Example


Text Example

White with #976D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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