Html Css Color HEX #976E6B Copper Rose

📋 copy color: '#976E6B'

red 151 ◦ green 110 ◦ blue 107

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

Shades of Copper Rose #976E6B

Tints of Copper Rose #976E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 41.03%
G = 29.89%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#976E6B (or 0x976E6B) is known color: Copper Rose. HEX triplet: 97, 6E and 6B. RGB value is (151,110,107). Sum of RGB (Red+Green+Blue) = 151+110+107=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #976E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E6B is #689194. Grayscale: #797979. Windows color (decimal): -6853013 or 7040663. OLE color: 7040663.

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

Color convert

RGB 151 110 107 -
CMYK 0 0.27 0.29 0.41
HSL 4.09º 0.17% 0.51% -
HSV(B) 4.09º 0.29% 0.59% -
XYZ 20.99 18.79 16.43 -
YUV 121.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 151 110 107 0 0.27 0.29 0.41 4.09 0.17 0.51
Hex 97 6E 6B 0 1B 1D 29 4 11 33
Octal 227 156 153 0 33 35 51 4 21 63
Binary 10010111 1101110 1101011 0 11011 11101 101001 100 10001 110011

Color Harmonies of #976E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E6B

Black with #976E6B

Text Example


Text Example

White with #976E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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