Html Css Color HEX #976B6D Turkish Rose

📋 copy color: '#976B6D'

red 151 ◦ green 107 ◦ blue 109

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

Shades of Turkish Rose #976B6D

Tints of Turkish Rose #976B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 41.14%
G = 29.16%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#976B6D (or 0x976B6D) is known color: Turkish Rose. HEX triplet: 97, 6B and 6D. RGB value is (151,107,109). Sum of RGB (Red+Green+Blue) = 151+107+109=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #976B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B6D is #689492. Grayscale: #787878. Windows color (decimal): -6853779 or 7170967. OLE color: 7170967.

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

Color convert

RGB 151 107 109 -
CMYK 0 0.29 0.28 0.41
HSL 357.27º 0.17% 0.51% -
HSV(B) 357.27º 0.29% 0.59% -
XYZ 20.78 18.2 16.89 -
YUV 120.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 151 107 109 0 0.29 0.28 0.41 357.27 0.17 0.51
Hex 97 6B 6D 0 1D 1C 29 165 11 33
Octal 227 153 155 0 35 34 51 545 21 63
Binary 10010111 1101011 1101101 0 11101 11100 101001 101100101 10001 110011

Color Harmonies of #976B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B6D

Black with #976B6D

Text Example


Text Example

White with #976B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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