Html Css Color HEX #976B6C Turkish Rose

📋 copy color: '#976B6C'

red 151 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #976B6C

Tints of Turkish Rose #976B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 41.26%
G = 29.23%
B = 29.51%

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

#976B6C (or 0x976B6C) is known color: Turkish Rose. HEX triplet: 97, 6B and 6C. RGB value is (151,107,108). Sum of RGB (Red+Green+Blue) = 151+107+108=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #976B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B6C is #689493. Grayscale: #787878. Windows color (decimal): -6853780 or 7105431. OLE color: 7105431.

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

Color convert

RGB 151 107 108 -
CMYK 0 0.29 0.28 0.41
HSL 358.64º 0.17% 0.51% -
HSV(B) 358.64º 0.29% 0.59% -
XYZ 20.73 18.18 16.6 -
YUV 120.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 151 107 108 0 0.29 0.28 0.41 358.64 0.17 0.51
Hex 97 6B 6C 0 1D 1C 29 167 11 33
Octal 227 153 154 0 35 34 51 547 21 63
Binary 10010111 1101011 1101100 0 11101 11100 101001 101100111 10001 110011

Color Harmonies of #976B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B6C

Black with #976B6C

Text Example


Text Example

White with #976B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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