Html Css Color HEX #976E6E Copper Rose

📋 copy color: '#976E6E'

red 151 ◦ green 110 ◦ blue 110

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

Shades of Copper Rose #976E6E

Tints of Copper Rose #976E6E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 40.7%
G = 29.65%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#976E6E (or 0x976E6E) is known color: Copper Rose. HEX triplet: 97, 6E and 6E. RGB value is (151,110,110). Sum of RGB (Red+Green+Blue) = 151+110+110=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #976E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E6E is #689191. Grayscale: #7A7A7A. Windows color (decimal): -6853010 or 7237271. OLE color: 7237271.

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

Color convert

RGB 151 110 110 -
CMYK 0 0.27 0.27 0.41
HSL 0.16% 0.51% -
HSV(B) 0.27% 0.59% -
XYZ 21.15 18.86 17.28 -
YUV 122.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 151 110 110 0 0.27 0.27 0.41 0 0.16 0.51
Hex 97 6E 6E 0 1B 1B 29 0 10 33
Octal 227 156 156 0 33 33 51 0 20 63
Binary 10010111 1101110 1101110 0 11011 11011 101001 0 10000 110011

Color Harmonies of #976E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E6E

Black with #976E6E

Text Example


Text Example

White with #976E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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