#9A676A

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

Shades of Turkish Rose #9A676A

Tints of Turkish Rose #9A676A

Color information

#9A676A (or 0x9A676A) is unknown color: approx Turkish Rose. HEX triplet: 9A, 67 and 6A. RGB value is (154,103,106). Sum of RGB (Red+Green+Blue) = 154+103+106=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A676A is #659895. Grayscale: #767676. Windows color (decimal): -6658198 or 6973338. OLE color: 6973338.

HSL color Cylindrical-coordinate representation of color #9A676A: hue angle of 356.47º 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 #9A676A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB154103106-
CMYK00.330.310.40
HSL356.47º20.16%50.39%-
HSV(B)356.47º33.12%60.39%-
XYZ20.7817.6115.94-
YUV118.59120.9153.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=42.42%
G=28.37%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410310600.330.310.40356.4720.1650.39
Hex9A676A0211F281641432
Octal23214715204137505442462
Binary100110101100111110101001000011111110100010110010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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