Html Css Color HEX #976462 Copper Rose

📋 copy color: '#976462'

red 151 ◦ green 100 ◦ blue 98

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

Shades of Copper Rose #976462

Tints of Copper Rose #976462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

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

R = 43.27%
G = 28.65%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#976462 (or 0x976462) is known color: Copper Rose. HEX triplet: 97, 64 and 62. RGB value is (151,100,98). Sum of RGB (Red+Green+Blue) = 151+100+98=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #976462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976462 is #689B9D. Grayscale: #737373. Windows color (decimal): -6855582 or 6448279. OLE color: 6448279.

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

Color convert

RGB 151 100 98 -
CMYK 0 0.34 0.35 0.41
HSL 2.26º 0.21% 0.49% -
HSV(B) 2.26º 0.35% 0.59% -
XYZ 19.52 16.58 13.73 -
YUV 115.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 151 100 98 0 0.34 0.35 0.41 2.26 0.21 0.49
Hex 97 64 62 0 22 23 29 2 15 31
Octal 227 144 142 0 42 43 51 2 25 61
Binary 10010111 1100100 1100010 0 100010 100011 101001 10 10101 110001

Color Harmonies of #976462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976462

Black with #976462

Text Example


Text Example

White with #976462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976462; }

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

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

background-color css

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

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

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

border-color css

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

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

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