Html Css Color HEX #976E6C Copper Rose

📋 copy color: '#976E6C'

red 151 ◦ green 110 ◦ blue 108

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

Shades of Copper Rose #976E6C

Tints of Copper Rose #976E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 40.92%
G = 29.81%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#976E6C (or 0x976E6C) is known color: Copper Rose. HEX triplet: 97, 6E and 6C. RGB value is (151,110,108). Sum of RGB (Red+Green+Blue) = 151+110+108=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #976E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E6C is #689193. Grayscale: #7A7A7A. Windows color (decimal): -6853012 or 7106199. OLE color: 7106199.

HSL color Cylindrical-coordinate representation of color #976E6C: hue angle of 2.79º 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 #976E6C is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 108 -
CMYK 0 0.27 0.28 0.41
HSL 2.79º 0.17% 0.51% -
HSV(B) 2.79º 0.28% 0.59% -
XYZ 21.05 18.81 16.71 -
YUV 122.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 151 110 108 0 0.27 0.28 0.41 2.79 0.17 0.51
Hex 97 6E 6C 0 1B 1C 29 3 11 33
Octal 227 156 154 0 33 34 51 3 21 63
Binary 10010111 1101110 1101100 0 11011 11100 101001 11 10001 110011

Color Harmonies of #976E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E6C

Black with #976E6C

Text Example


Text Example

White with #976E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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