Html Css Color HEX #976C69 Copper Rose

📋 copy color: '#976C69'

red 151 ◦ green 108 ◦ blue 105

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

Shades of Copper Rose #976C69

Tints of Copper Rose #976C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 41.48%
G = 29.67%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#976C69 (or 0x976C69) is known color: Copper Rose. HEX triplet: 97, 6C and 69. RGB value is (151,108,105). Sum of RGB (Red+Green+Blue) = 151+108+105=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #976C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976C69 is #689396. Grayscale: #787878. Windows color (decimal): -6853527 or 6909079. OLE color: 6909079.

HSL color Cylindrical-coordinate representation of color #976C69: hue angle of 3.91º 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 #976C69 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 108 105 -
CMYK 0 0.28 0.30 0.41
HSL 3.91º 0.18% 0.5% -
HSV(B) 3.91º 0.3% 0.59% -
XYZ 20.67 18.32 15.81 -
YUV 120.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 151 108 105 0 0.28 0.30 0.41 3.91 0.18 0.5
Hex 97 6C 69 0 1C 1E 29 4 12 32
Octal 227 154 151 0 34 36 51 4 22 62
Binary 10010111 1101100 1101001 0 11100 11110 101001 100 10010 110010

Color Harmonies of #976C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C69

Black with #976C69

Text Example


Text Example

White with #976C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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