Html Css Color HEX #976F6B Copper Rose

📋 copy color: '#976F6B'

red 151 ◦ green 111 ◦ blue 107

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

Shades of Copper Rose #976F6B

Tints of Copper Rose #976F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 107 (42.19% from 255) = 29%

R = 40.92%
G = 30.08%
B = 29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#976F6B (or 0x976F6B) is known color: Copper Rose. HEX triplet: 97, 6F and 6B. RGB value is (151,111,107). Sum of RGB (Red+Green+Blue) = 151+111+107=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #976F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F6B is #689094. Grayscale: #7A7A7A. Windows color (decimal): -6852757 or 7040919. OLE color: 7040919.

HSL color Cylindrical-coordinate representation of color #976F6B: hue angle of 5.45º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #976F6B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 107 -
CMYK 0 0.26 0.29 0.41
HSL 5.45º 0.17% 0.51% -
HSV(B) 5.45º 0.29% 0.59% -
XYZ 21.1 19.01 16.47 -
YUV 122.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 151 111 107 0 0.26 0.29 0.41 5.45 0.17 0.51
Hex 97 6F 6B 0 1A 1D 29 5 11 33
Octal 227 157 153 0 32 35 51 5 21 63
Binary 10010111 1101111 1101011 0 11010 11101 101001 101 10001 110011

Color Harmonies of #976F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F6B

Black with #976F6B

Text Example


Text Example

White with #976F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,107); }

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

background-color css

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

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

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

border-color css

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

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

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