Html Css Color HEX #976969 Copper Rose

📋 copy color: '#976969'

red 151 ◦ green 105 ◦ blue 105

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

Shades of Copper Rose #976969

Tints of Copper Rose #976969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 41.83%
G = 29.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#976969 (or 0x976969) is known color: Copper Rose. HEX triplet: 97, 69 and 69. RGB value is (151,105,105). Sum of RGB (Red+Green+Blue) = 151+105+105=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #976969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976969 is #689696. Grayscale: #767676. Windows color (decimal): -6854295 or 6908311. OLE color: 6908311.

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

Color convert

RGB 151 105 105 -
CMYK 0 0.30 0.30 0.41
HSL 0.18% 0.5% -
HSV(B) 0.3% 0.59% -
XYZ 20.36 17.7 15.71 -
YUV 118.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 151 105 105 0 0.30 0.30 0.41 0 0.18 0.5
Hex 97 69 69 0 1E 1E 29 0 12 32
Octal 227 151 151 0 36 36 51 0 22 62
Binary 10010111 1101001 1101001 0 11110 11110 101001 0 10010 110010

Color Harmonies of #976969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976969

Black with #976969

Text Example


Text Example

White with #976969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976969; }

 p { color: rgb(151,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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