#96676A

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

Shades of Turkish Rose #96676A

Tints of Turkish Rose #96676A

Color information

#96676A (or 0x96676A) is unknown color: approx Turkish Rose. HEX triplet: 96, 67 and 6A. RGB value is (150,103,106). Sum of RGB (Red+Green+Blue) = 150+103+106=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96676A is #699895. Grayscale: #757575. Windows color (decimal): -6920342 or 6973334. OLE color: 6973334.

HSL color Cylindrical-coordinate representation of color #96676A: hue angle of 356.17º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96676A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150103106-
CMYK00.310.290.41
HSL356.17º18.58%49.61%-
HSV(B)356.17º31.33%58.82%-
XYZ20.0317.2315.9-
YUV117.4121.57151.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=41.78%
G=28.69%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010310600.310.290.41356.1718.5849.61
Hex96676A01F1D291641332
Octal22614715203735515442362
Binary10010110110011111010100111111110110100110110010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96676A; }

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

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

<style>
 a { background-color: #96676A; }

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

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

<style>
 span { border-color: #96676A; }

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

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