Html Css Color HEX #976D6F Turkish Rose

📋 copy color: '#976D6F'

red 151 ◦ green 109 ◦ blue 111

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

Shades of Turkish Rose #976D6F

Tints of Turkish Rose #976D6F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 40.7%
G = 29.38%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#976D6F (or 0x976D6F) is known color: Turkish Rose. HEX triplet: 97, 6D and 6F. RGB value is (151,109,111). Sum of RGB (Red+Green+Blue) = 151+109+111=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #976D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D6F is #689290. Grayscale: #797979. Windows color (decimal): -6853265 or 7302551. OLE color: 7302551.

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

Color convert

RGB 151 109 111 -
CMYK 0 0.28 0.26 0.41
HSL 357.14º 0.17% 0.51% -
HSV(B) 357.14º 0.28% 0.59% -
XYZ 21.1 18.66 17.53 -
YUV 121.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 151 109 111 0 0.28 0.26 0.41 357.14 0.17 0.51
Hex 97 6D 6F 0 1C 1A 29 165 11 33
Octal 227 155 157 0 34 32 51 545 21 63
Binary 10010111 1101101 1101111 0 11100 11010 101001 101100101 10001 110011

Color Harmonies of #976D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D6F

Black with #976D6F

Text Example


Text Example

White with #976D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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