#996F70

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

Shades of Turkish Rose #996F70

Tints of Turkish Rose #996F70

Color information

#996F70 (or 0x996F70) is unknown color: approx Turkish Rose. HEX triplet: 99, 6F and 70. RGB value is (153,111,112). Sum of RGB (Red+Green+Blue) = 153+111+112=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F70 is #66908F. Grayscale: #7B7B7B. Windows color (decimal): -6721680 or 7368601. OLE color: 7368601.

HSL color Cylindrical-coordinate representation of color #996F70: hue angle of 358.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F70 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB153111112-
CMYK00.270.270.4
HSL358.57º17.07%51.76%-
HSV(B)358.57º27.45%60%-
XYZ21.7519.3117.91-
YUV123.67121.41148.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=40.69%
G=29.52%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311111200.270.270.4358.5717.0751.76
Hex996F7001B1B281671134
Octal23115716003333505472164
Binary10011001110111111100000110111101110100010110011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F70; }

 p { color: rgb(153,111,112); }

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

<style>
 a { background-color: #996F70; }

 a { background-color: rgb(153,111,112); }

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

<style>
 span { border-color: #996F70; }

 span { border-color: rgb(153,111,112); }

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