#9D6267

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

Shades of Turkish Rose #9D6267

Tints of Turkish Rose #9D6267

Color information

#9D6267 (or 0x9D6267) is unknown color: approx Turkish Rose. HEX triplet: 9D, 62 and 67. RGB value is (157,98,103). Sum of RGB (Red+Green+Blue) = 157+98+103=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6267 is #629D98. Grayscale: #747474. Windows color (decimal): -6462873 or 6775453. OLE color: 6775453.

HSL color Cylindrical-coordinate representation of color #9D6267: hue angle of 354.92º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6267 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15798103-
CMYK00.380.340.38
HSL354.92º23.14%50%-
HSV(B)354.92º37.58%61.57%-
XYZ20.7216.8815-
YUV116.21120.55157.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.85%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=43.85%
G=27.37%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579810300.380.340.38354.9223.1450
Hex9D626702622261631732
Octal23514214704642465432762
Binary1001110111000101100111010011010001010011010110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6267; }

 p { color: rgb(157,98,103); }

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

<style>
 a { background-color: #9D6267; }

 a { background-color: rgb(157,98,103); }

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

<style>
 span { border-color: #9D6267; }

 span { border-color: rgb(157,98,103); }

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