#97676B

Color #97676B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #97676B

Tints of Turkish Rose #97676B

Color information

#97676B (or 0x97676B) is unknown color: approx Turkish Rose. HEX triplet: 97, 67 and 6B. RGB value is (151,103,107). Sum of RGB (Red+Green+Blue) = 151+103+107=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97676B is #689894. Grayscale: #757575. Windows color (decimal): -6854805 or 7038871. OLE color: 7038871.

HSL color Cylindrical-coordinate representation of color #97676B: hue angle of 355º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97676B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB151103107-
CMYK00.320.290.41
HSL355º18.9%49.8%-
HSV(B)355º31.79%59.22%-
XYZ20.2717.3416.19-
YUV117.81121.9151.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=41.83%
G=28.53%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110310700.320.290.4135518.949.8
Hex97676B0201D291631332
Octal22714715304035515432362
Binary100101111100111110101101000001110110100110110001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97676B; }

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

 H1.HeaderClassName
 {
   color: #97676B;
 }
 .AnyTagClassName
 {
   color: #97676B;
 }
</style>
background-color css

<style>
 a { background-color: #97676B; }

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

 div.DivClassName
 {
   background-color: #97676B;
 }
 .BgClassName
 {
   background-color: #97676B;
 }
</style>
border-color css

<style>
 span { border-color: #97676B; }

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

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