#9A676F

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

Shades of Turkish Rose #9A676F

Tints of Turkish Rose #9A676F

Color information

#9A676F (or 0x9A676F) is unknown color: approx Turkish Rose. HEX triplet: 9A, 67 and 6F. RGB value is (154,103,111). Sum of RGB (Red+Green+Blue) = 154+103+111=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A676F is #659890. Grayscale: #777777. Windows color (decimal): -6658193 or 7301018. OLE color: 7301018.

HSL color Cylindrical-coordinate representation of color #9A676F: hue angle of 350.59º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A676F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB154103111-
CMYK00.330.280.40
HSL350.59º20.16%50.39%-
HSV(B)350.59º33.12%60.39%-
XYZ21.0517.7217.35-
YUV119.16123.4152.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.85%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=41.85%
G=27.99%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410311100.330.280.40350.5920.1650.39
Hex9A676F0211C2815f1432
Octal23214715704134505372462
Binary100110101100111110111101000011110010100010101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,103,111); }

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

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

 a { background-color: rgb(154,103,111); }

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

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

 span { border-color: rgb(154,103,111); }

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