#996D75

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

Shades of Turkish Rose #996D75

Tints of Turkish Rose #996D75

Color information

#996D75 (or 0x996D75) is unknown color: approx Turkish Rose. HEX triplet: 99, 6D and 75. RGB value is (153,109,117). Sum of RGB (Red+Green+Blue) = 153+109+117=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D75 is #66928A. Grayscale: #7B7B7B. Windows color (decimal): -6722187 or 7695769. OLE color: 7695769.

HSL color Cylindrical-coordinate representation of color #996D75: hue angle of 349.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D75 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153109117-
CMYK00.290.240.4
HSL349.09º17.74%51.37%-
HSV(B)349.09º28.76%60%-
XYZ21.8218.9919.35-
YUV123.07124.58149.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=40.37%
G=28.76%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310911700.290.240.4349.0917.7451.37
Hex996D7501D182815d1233
Octal23115516503530505352263
Binary10011001110110111101010111011100010100010101110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,117); }

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

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

 a { background-color: rgb(153,109,117); }

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

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

 span { border-color: rgb(153,109,117); }

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