Html Css Color HEX #976B6E Turkish Rose

📋 copy color: '#976B6E'

red 151 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #976B6E

Tints of Turkish Rose #976B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 41.03%
G = 29.08%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#976B6E (or 0x976B6E) is known color: Turkish Rose. HEX triplet: 97, 6B and 6E. RGB value is (151,107,110). Sum of RGB (Red+Green+Blue) = 151+107+110=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #976B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B6E is #689491. Grayscale: #787878. Windows color (decimal): -6853778 or 7236503. OLE color: 7236503.

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

Color convert

RGB 151 107 110 -
CMYK 0 0.29 0.27 0.41
HSL 355.91º 0.17% 0.51% -
HSV(B) 355.91º 0.29% 0.59% -
XYZ 20.83 18.22 17.17 -
YUV 120.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 151 107 110 0 0.29 0.27 0.41 355.91 0.17 0.51
Hex 97 6B 6E 0 1D 1B 29 164 11 33
Octal 227 153 156 0 35 33 51 544 21 63
Binary 10010111 1101011 1101110 0 11101 11011 101001 101100100 10001 110011

Color Harmonies of #976B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B6E

Black with #976B6E

Text Example


Text Example

White with #976B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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