Html Css Color HEX #976662 Copper Rose

📋 copy color: '#976662'

red 151 ◦ green 102 ◦ blue 98

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

Shades of Copper Rose #976662

Tints of Copper Rose #976662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 98 (38.67% from 255) = 27.92%

R = 43.02%
G = 29.06%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#976662 (or 0x976662) is known color: Copper Rose. HEX triplet: 97, 66 and 62. RGB value is (151,102,98). Sum of RGB (Red+Green+Blue) = 151+102+98=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #976662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976662 is #68999D. Grayscale: #747474. Windows color (decimal): -6855070 or 6448791. OLE color: 6448791.

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

Color convert

RGB 151 102 98 -
CMYK 0 0.32 0.35 0.41
HSL 4.53º 0.21% 0.49% -
HSV(B) 4.53º 0.35% 0.59% -
XYZ 19.72 16.96 13.79 -
YUV 116.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 151 102 98 0 0.32 0.35 0.41 4.53 0.21 0.49
Hex 97 66 62 0 20 23 29 5 15 31
Octal 227 146 142 0 40 43 51 5 25 61
Binary 10010111 1100110 1100010 0 100000 100011 101001 101 10101 110001

Color Harmonies of #976662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976662

Black with #976662

Text Example


Text Example

White with #976662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976662; }

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

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

background-color css

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

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

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

border-color css

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

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

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