Html Css Color HEX #976866 Copper Rose

📋 copy color: '#976866'

red 151 ◦ green 104 ◦ blue 102

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

Shades of Copper Rose #976866

Tints of Copper Rose #976866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 42.3%
G = 29.13%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#976866 (or 0x976866) is known color: Copper Rose. HEX triplet: 97, 68 and 66. RGB value is (151,104,102). Sum of RGB (Red+Green+Blue) = 151+104+102=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #976866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976866 is #689799. Grayscale: #757575. Windows color (decimal): -6854554 or 6711447. OLE color: 6711447.

HSL color Cylindrical-coordinate representation of color #976866: hue angle of 2.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976866 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 102 -
CMYK 0 0.31 0.32 0.41
HSL 2.45º 0.19% 0.5% -
HSV(B) 2.45º 0.32% 0.59% -
XYZ 20.11 17.44 14.88 -
YUV 117.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 151 104 102 0 0.31 0.32 0.41 2.45 0.19 0.5
Hex 97 68 66 0 1F 20 29 2 13 32
Octal 227 150 146 0 37 40 51 2 23 62
Binary 10010111 1101000 1100110 0 11111 100000 101001 10 10011 110010

Color Harmonies of #976866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976866

Black with #976866

Text Example


Text Example

White with #976866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976866; }

 p { color: rgb(151,104,102); }

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

background-color css

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

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

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

border-color css

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

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

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