#996C75

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

Shades of Turkish Rose #996C75

Tints of Turkish Rose #996C75

Color information

#996C75 (or 0x996C75) is unknown color: approx Turkish Rose. HEX triplet: 99, 6C and 75. RGB value is (153,108,117). Sum of RGB (Red+Green+Blue) = 153+108+117=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #996C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C75 is #66938A. Grayscale: #7A7A7A. Windows color (decimal): -6722443 or 7695513. OLE color: 7695513.

HSL color Cylindrical-coordinate representation of color #996C75: hue angle of 348º 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 #996C75 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153108117-
CMYK00.290.240.4
HSL348º18.07%51.18%-
HSV(B)348º29.41%60%-
XYZ21.7118.7819.31-
YUV122.48124.91149.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=40.48%
G=28.57%
B=30.95%

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
Decimal15310811700.290.240.434818.0751.18
Hex996C7501D182815c1233
Octal23115416503530505342263
Binary10011001110110011101010111011100010100010101110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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