Html Css Color HEX #976965 Copper Rose

📋 copy color: '#976965'

red 151 ◦ green 105 ◦ blue 101

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

Shades of Copper Rose #976965

Tints of Copper Rose #976965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 42.3%
G = 29.41%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#976965 (or 0x976965) is known color: Copper Rose. HEX triplet: 97, 69 and 65. RGB value is (151,105,101). Sum of RGB (Red+Green+Blue) = 151+105+101=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #976965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976965 is #68969A. Grayscale: #767676. Windows color (decimal): -6854299 or 6646167. OLE color: 6646167.

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

Color convert

RGB 151 105 101 -
CMYK 0 0.30 0.33 0.41
HSL 4.8º 0.2% 0.49% -
HSV(B) 4.8º 0.33% 0.59% -
XYZ 20.16 17.62 14.65 -
YUV 118.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 151 105 101 0 0.30 0.33 0.41 4.8 0.2 0.49
Hex 97 69 65 0 1E 21 29 5 14 31
Octal 227 151 145 0 36 41 51 5 24 61
Binary 10010111 1101001 1100101 0 11110 100001 101001 101 10100 110001

Color Harmonies of #976965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976965

Black with #976965

Text Example


Text Example

White with #976965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976965; }

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

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

background-color css

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

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

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

border-color css

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

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

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