Html Css Color HEX #976562 Copper Rose

📋 copy color: '#976562'

red 151 ◦ green 101 ◦ blue 98

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

Shades of Copper Rose #976562

Tints of Copper Rose #976562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 43.14%
G = 28.86%
B = 28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#976562 (or 0x976562) is known color: Copper Rose. HEX triplet: 97, 65 and 62. RGB value is (151,101,98). Sum of RGB (Red+Green+Blue) = 151+101+98=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #976562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976562 is #689A9D. Grayscale: #737373. Windows color (decimal): -6855326 or 6448535. OLE color: 6448535.

HSL color Cylindrical-coordinate representation of color #976562: hue angle of 3.4º 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 #976562 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 98 -
CMYK 0 0.33 0.35 0.41
HSL 3.4º 0.21% 0.49% -
HSV(B) 3.4º 0.35% 0.59% -
XYZ 19.62 16.77 13.76 -
YUV 115.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 151 101 98 0 0.33 0.35 0.41 3.4 0.21 0.49
Hex 97 65 62 0 21 23 29 3 15 31
Octal 227 145 142 0 41 43 51 3 25 61
Binary 10010111 1100101 1100010 0 100001 100011 101001 11 10101 110001

Color Harmonies of #976562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976562

Black with #976562

Text Example


Text Example

White with #976562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976562; }

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

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

background-color css

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

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

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

border-color css

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

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

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