#9E6D6F

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

Shades of Turkish Rose #9E6D6F

Tints of Turkish Rose #9E6D6F

Color information

#9E6D6F (or 0x9E6D6F) is unknown color: approx Turkish Rose. HEX triplet: 9E, 6D and 6F. RGB value is (158,109,111). Sum of RGB (Red+Green+Blue) = 158+109+111=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D6F is #619290. Grayscale: #7B7B7B. Windows color (decimal): -6394513 or 7302558. OLE color: 7302558.

HSL color Cylindrical-coordinate representation of color #9E6D6F: hue angle of 357.55º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E6D6F is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB158109111-
CMYK00.310.300.38
HSL357.55º20.16%52.35%-
HSV(B)357.55º31.01%61.96%-
XYZ22.4419.3517.59-
YUV123.88120.73152.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.80%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=41.80%
G=28.84%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810911100.310.300.38357.5520.1652.35
Hex9E6D6F01F1E261661434
Octal23615515703736465462464
Binary10011110110110111011110111111111010011010110011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,109,111); }

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

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

 a { background-color: rgb(158,109,111); }

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

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

 span { border-color: rgb(158,109,111); }

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